CS
SCALE.sdm
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage
Confidential information

0.50.0

Release date: January 15, 2024

New feature
API
Add backend support for MDM TestCase Attachments [5471]
New featureAdd-ons can be executed from project requirement grid [#5539]
New feature
API
Api for querying and updating add-on settings added [#5433]
New featureColumn 'status > user' shows the user's name in project requirements grid [#5530]
New featureComment field is now available for Tasks [#4479]
New featureSet Project Requirement State directly from a Test Record [#5402]
New featureSupport 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]
ImprovementSkip creating a history item if the model has no changes [#5510]
ImprovementSort 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]
ImprovementUpdates to scenarios and columns of presets are uniquely queued, reducing load on the Redis and application database ]
Feature changeCreate 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 fixDelete 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 fixFix 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 fixReset 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 fixSelection 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 fixSorting of collections by name in collection add page is now working correctly [#5583]
Bug fixSorting of grouping columns in requirements grid is now working correctly [#5549]
Bug fixStore 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
BreakingType W3SyseAnnouncementPriorityChoices was removed
BreakingType W3SyseAuditLogTypeChoices was removed
BreakingType W3SyseMdmAttributeConfigurationScopeChoices was removed
BreakingType W3SyseMdmAttributeDatatypeChoices was removed
BreakingType W3SyseMdmThresholdOpLowerBoundaryChoices was removed
BreakingType W3SyseMdmThresholdOpUpperBoundaryChoices was removed
BreakingType W3SyseProjectThresholdOpLowerBoundaryChoices was removed
BreakingType W3SyseProjectThresholdOpUpperBoundaryChoices was removed
BreakingType W3SyseRdTestAttachmentTypeChoices was removed
BreakingType W3SyseUserLayoutChoices was removed
BreakingType W3SyseUserNotificationPriorityChoices was removed
BreakingProjectTestCaseDeriveMutationInput.mdmTestCases type changed from [UUID] to [UUID]!
BreakingMdmUnitType.dimension type changed from MdmDimensionType! to MdmDimensionType
BreakingDefault value for input field RequirementValueAttributesInputType.projectrequirementattachmentSetAttributes changed from Undefined to None
BreakingRemoved argument project from ProjectTestCaseType.projectrequirementSet
BreakingRemoved argument mdmRequirement_In from ProjectTestCaseType.projectrequirementSet
BreakingRemoved argument mdmRequirement from ProjectTestCaseType.projectrequirementSet
BreakingType for argument id_In on field ProjectTestCaseType.projectrequirementSet changed from [UUID] to [ID]
BreakingType for argument id on field ProjectTestCaseType.projectrequirementSet changed from UUID to ID
BreakingProjectTestCaseType.project type changed from ProjectType! to ProjectType
BreakingDefault value for input field MdmAttributeValueListAttributesInputType.entriesAttributes changed from Undefined to None
BreakingMdmThresholdCreateMutationInput.opLowerBoundary type changed from W3SyseMdmThresholdOpLowerBoundaryChoices to String
BreakingMdmThresholdCreateMutationInput.opUpperBoundary type changed from W3SyseMdmThresholdOpUpperBoundaryChoices to String
BreakingUserNotificationType.user type changed from UserType! to UserType
BreakingUserNotificationType.priority type changed from W3SyseUserNotificationPriorityChoices! to String!
BreakingDefault value for input field RdTestAttributeAttributesInputType.testAttributes changed from Undefined to None
BreakingInput Field mdmThreshold removed from input type ProjectThresholdAttributesInputType
BreakingProjectThresholdAttributesInputType.opLowerBoundary type changed from W3SyseProjectThresholdOpLowerBoundaryChoices to String
BreakingDefault value for input field ProjectThresholdAttributesInputType.projectRequirementAttributes changed from Undefined to None
BreakingProjectThresholdAttributesInputType.opUpperBoundary type changed from W3SyseProjectThresholdOpUpperBoundaryChoices to String
BreakingDefault value for input field MdmRequirementAttributesInputType.thresholdsAttributes changed from Undefined to None
BreakingDefault value for input field MdmRequirementAttributesInputType.mdmrequirementdocumentSetAttributes changed from Undefined to None
BreakingField mdmThreshold was removed from object type ProjectThresholdType
BreakingProjectThresholdType.opLowerBoundary type changed from W3SyseProjectThresholdOpLowerBoundaryChoices to String!
BreakingProjectThresholdType.opUpperBoundary type changed from W3SyseProjectThresholdOpUpperBoundaryChoices to String!
BreakingProjectThresholdType.rank type changed from MdmThresholdRankType! to MdmThresholdRankType
BreakingProjectThresholdType.projectRequirement type changed from ProjectRequirementType! to ProjectRequirementType
BreakingRdTestAttachmentUpdateMutationInput.type type changed from W3SyseRdTestAttachmentTypeChoices to String
BreakingDefault value for input field MdmAttributeValueAttributesInputType.valueListAttributes changed from Undefined to None
BreakingUserUpdateMutationInput.layout type changed from W3SyseUserLayoutChoices to String
BreakingMdmAttributeUpdateMutationInput.datatype type changed from W3SyseMdmAttributeDatatypeChoices to String
BreakingProjectDocumentType.project type changed from ProjectType! to ProjectType
BreakingRdTestAttachmentType.test type changed from RdTestType! to RdTestType
BreakingRdTestAttachmentType.type type changed from W3SyseRdTestAttachmentTypeChoices! to String!
BreakingAnnouncementCreateMutationInput.priority type changed from W3SyseAnnouncementPriorityChoices to String
BreakingProjectType.projectType type changed from ProjectTypeType! to ProjectTypeType
BreakingRemoved argument project from ProjectType.besProjects
BreakingRemoved argument backend from ProjectType.besProjects
BreakingRemoved argument project from ProjectType.projectdocumentSet
BreakingRemoved argument project from ProjectType.milestonegroupSet
BreakingRemoved argument project from ProjectType.attributes
BreakingDefault value for input field CustomToolVersionAttributesInputType.customtoolAttributes changed from Undefined to None
BreakingRdTestAttachmentCreateMutationInput.type type changed from W3SyseRdTestAttachmentTypeChoices to String
BreakingMdmAttributeConfigurationCreateMutationInput.scope type changed from W3SyseMdmAttributeConfigurationScopeChoices! to String!
BreakingMdmAttributeConfigurationType.scope type changed from W3SyseMdmAttributeConfigurationScopeChoices! to String!
BreakingMdmAttributeConfigurationType.requiredAttribute type changed from MdmAttributeType! to MdmAttributeType
BreakingRemoved argument template from RdTestTemplateType.rdtesttemplateattributeSet
BreakingDefault value for input field CustomToolAttributesInputType.customtoolversionSetAttributes changed from Undefined to None
BreakingMdmAttributeCreateMutationInput.datatype type changed from W3SyseMdmAttributeDatatypeChoices! to String!
BreakingRemoved argument parentMilestone from MilestoneGroupType.milestoneSet
BreakingRemoved argument milestoneGroup from MilestoneGroupType.milestoneSet
BreakingMilestoneGroupType.project type changed from ProjectType! to ProjectType
BreakingProjectRequirementAttachmentType.user type changed from UserType! to UserType
BreakingTaskType.user type changed from UserType! to UserType
BreakingRemoved argument extension_Roles from UserType.groups
BreakingRemoved argument permissions from UserType.roles
BreakingUserType.layout type changed from W3SyseUserLayoutChoices to String
BreakingRemoved argument besProject_Project_Id_In from CollectionType.tests
BreakingRemoved argument besProject from CollectionType.tests
BreakingRemoved argument besProject_In from CollectionType.tests
BreakingRemoved argument besProject_Project_Id from CollectionType.tests
BreakingType for argument id_In on field CollectionType.tests changed from [UUID] to [ID]
BreakingDefault value for input field RdTestTemplateAttributesInputType.rdtesttemplateattributeSetAttributes changed from Undefined to None
BreakingRemoved argument valueList from MdmAttributeValueListType.entries
BreakingType for argument id_In on field MdmAttributeValueListType.entries changed from [UUID] to [ID]
BreakingType for argument tags_Id on field ClientStateTagType.clientstateSet changed from UUID to ID
BreakingType for argument tags_Id_In on field ClientStateTagType.clientstateSet changed from [UUID] to [ID]
BreakingType for argument id on field ClientStateTagType.clientstateSet changed from UUID to ID
BreakingDefault value for input field RdTestAttributesInputType.attachmentsAttributes changed from Undefined to None
BreakingDefault value for input field RdTestAttributesInputType.attributesAttributes changed from Undefined to None
BreakingDefault value for input field MdmRequirementDocumentAttributesInputType.mdmRequirementAttributes changed from Undefined to None
BreakingField matchProjectThreshold was removed from object type Query
BreakingRemoved argument parentMilestone from Query.allMilestones
BreakingRemoved argument milestoneGroup from Query.allMilestones
BreakingType for argument id_In on field Query.allProjectTestCases changed from [UUID] to [ID]
BreakingType for argument id on field Query.allProjectTestCases changed from UUID to ID
BreakingRemoved argument attributeType from Query.allMdmAttributes
BreakingRemoved argument valueList from Query.allMdmAttributes
BreakingType for argument id_In on field Query.allMdmAttributes changed from [UUID] to [ID]
BreakingRemoved argument contact from Query.allPresets
BreakingRemoved argument discipline from Query.allPresets
BreakingRemoved argument roles from Query.allUsers
BreakingRemoved argument discipline from Query.allCollections
BreakingType for argument id_In on field Query.allMdmThresholds changed from [UUID] to [ID]
BreakingType for argument id on field Query.allMdmThresholds changed from UUID to ID
BreakingRemoved argument besProject_Project_Id_In from Query.allRdTests
BreakingRemoved argument besProject from Query.allRdTests
BreakingRemoved argument besProject_In from Query.allRdTests
BreakingRemoved argument besProject_Project_Id from Query.allRdTests
BreakingType for argument id_In on field Query.allRdTests changed from [UUID] to [ID]
BreakingType for argument tags_Id on field Query.allClientStates changed from UUID to ID
BreakingType for argument tags_Id_In on field Query.allClientStates changed from [UUID] to [ID]
BreakingType for argument id on field Query.allClientStates changed from UUID to ID
BreakingRemoved argument test_In from Query.allRdTestAttachments
BreakingRemoved argument test from Query.allRdTestAttachments
BreakingType for argument id_In on field Query.allRdTestAttachments changed from [UUID] to [ID]
BreakingType for argument id on field Query.allRdTestAttachments changed from UUID to ID
BreakingType for argument id_In on field Query.allMdmRequirements changed from [UUID] to [ID]
BreakingType for argument id on field Query.allMdmRequirements changed from UUID to ID
BreakingRemoved argument test from Query.allRdTestAttributes
BreakingType for argument id_In on field Query.allRdTestAttributes changed from [UUID] to [ID]
BreakingRemoved argument projectRequirement_In from Query.allRequirementValues
BreakingRemoved argument projectRequirement from Query.allRequirementValues
BreakingRemoved argument permissions from Query.allRoles
BreakingRemoved argument mdmRequirement from Query.allMdmRequirementDocuments
BreakingRemoved argument project from Query.allProjectDocuments
BreakingType for argument id_In on field Query.allCalculationRules changed from [UUID] to [ID]
BreakingRemoved argument user from Query.allGridSettings
BreakingType for argument id on field Query.allGridSettings changed from UUID to ID
BreakingRemoved argument presets from Query.allCustomTools
BreakingRemoved argument requirementValue from Query.allProjectRequirementAttachments
BreakingRemoved argument requirementValue_In from Query.allProjectRequirementAttachments
BreakingRemoved argument extension_Roles from Query.allGroups
BreakingRemoved argument projectType from Query.allProjects
BreakingRemoved argument project from Query.allProjectAttributes
BreakingType for argument id_In on field Query.allMdmTestCases changed from [UUID] to [ID]
BreakingType for argument id on field Query.allMdmTestCases changed from UUID to ID
BreakingRemoved argument valueList from Query.allMdmAttributeValues
BreakingType for argument id_In on field Query.allMdmAttributeValues changed from [UUID] to [ID]
BreakingRemoved argument projectRequirement_In from Query.allProjectThresholds
BreakingRemoved argument projectRequirement from Query.allProjectThresholds
BreakingRemoved argument project from Query.allProjectRequirements
BreakingRemoved argument mdmRequirement_In from Query.allProjectRequirements
BreakingRemoved argument mdmRequirement from Query.allProjectRequirements
BreakingType for argument id_In on field Query.allProjectRequirements changed from [UUID] to [ID]
BreakingType for argument id on field Query.allProjectRequirements changed from UUID to ID
BreakingRemoved argument contact from Query.allPresetBricks
BreakingRemoved argument presets from Query.allPresetBricks
BreakingRemoved argument entries from Query.allMdmAttributeValueLists
BreakingType for argument id_In on field Query.allMdmAttributeValueLists changed from [UUID] to [ID]
BreakingRemoved argument project from Query.allBesProjects
BreakingRemoved argument backend from Query.allBesProjects
BreakingRemoved argument task from Query.allArtifacts
BreakingRemoved argument template from Query.allRdTestTemplateAttributes
BreakingRemoved argument project from Query.allMilestoneGroups
BreakingRemoved argument disciplines from Query.allRdTestTemplates
BreakingRemoved argument category from Query.allRdTestTemplates
BreakingRemoved argument user from Query.allTasks
BreakingRemoved argument worker from Query.allTasks
BreakingType for argument priority on field Query.allTasks changed from String to Int
BreakingType for argument priority_Range on field Query.allTasks changed from [String] to [Int]
BreakingType for argument priority_Lte on field Query.allTasks changed from String to Int
BreakingType for argument priority_Lt on field Query.allTasks changed from String to Int
BreakingType for argument priority_Gt on field Query.allTasks changed from String to Int
BreakingType for argument priority_Gte on field Query.allTasks changed from String to Int
BreakingPresetType.discipline type changed from DisciplineType! to DisciplineType
BreakingPresetType.contact type changed from PersonType! to PersonType
BreakingAnnouncementType.priority type changed from W3SyseAnnouncementPriorityChoices! to String!
BreakingRemoved argument roles from GroupType.userSet
BreakingRemoved argument permissions from GroupType.roles
BreakingAnnouncementUpdateMutationInput.priority type changed from W3SyseAnnouncementPriorityChoices to String
BreakingRemoved argument test_In from RdTestType.attachments
BreakingRemoved argument test from RdTestType.attachments
BreakingType for argument id_In on field RdTestType.attachments changed from [UUID] to [ID]
BreakingType for argument id on field RdTestType.attachments changed from UUID to ID
BreakingRdTestType.besProject type changed from BesProjectType! to BesProjectType
BreakingRemoved argument user from RdTestType.tasks
BreakingRemoved argument worker from RdTestType.tasks
BreakingType for argument priority on field RdTestType.tasks changed from String to Int
BreakingType for argument priority_Range on field RdTestType.tasks changed from [String] to [Int]
BreakingType for argument priority_Lte on field RdTestType.tasks changed from String to Int
BreakingType for argument priority_Lt on field RdTestType.tasks changed from String to Int
BreakingType for argument priority_Gt on field RdTestType.tasks changed from String to Int
BreakingType for argument priority_Gte on field RdTestType.tasks changed from String to Int
BreakingRemoved argument test from RdTestType.attributes
BreakingType for argument id_In on field RdTestType.attributes changed from [UUID] to [ID]
BreakingRequirementValueType.user type changed from UserType! to UserType
BreakingRemoved argument requirementValue from RequirementValueType.projectrequirementattachmentSet
BreakingRemoved argument requirementValue_In from RequirementValueType.projectrequirementattachmentSet
BreakingRequirementValueType.projectRequirement type changed from ProjectRequirementType! to ProjectRequirementType
BreakingProjectAttributeType.attribute type changed from MdmAttributeType! to MdmAttributeType
BreakingProjectAttributeType.value type changed from MdmAttributeValueType! to MdmAttributeValueType
BreakingProjectAttributeType.project type changed from ProjectType! to ProjectType
BreakingType for argument id_In on field MdmTestCaseType.requirements changed from [UUID] to [ID]
BreakingType for argument id on field MdmTestCaseType.requirements changed from UUID to ID
BreakingCustomToolVersionType.uploader type changed from UserType! to UserType
BreakingField project was removed from object type ProjectRequirementType
BreakingRemoved argument projectRequirement_In from ProjectRequirementType.projectThresholds
BreakingRemoved argument projectRequirement from ProjectRequirementType.projectThresholds
BreakingProjectRequirementType.mdmAttribute type changed from MdmAttributeType! to MdmAttributeType
BreakingRemoved argument projectRequirement_In from ProjectRequirementType.requirementvalueSet
BreakingRemoved argument projectRequirement from ProjectRequirementType.requirementvalueSet
BreakingDefault value for input field RequirementValuePrivateAttributesInputType.projectrequirementattachmentSetAttributes changed from Undefined to None
BreakingField amount was removed from object type ProjectTestCaseDeriveMutationPayload
BreakingAnnouncementUserType.user type changed from UserType! to UserType
BreakingAnnouncementUserType.announcement type changed from AnnouncementType! to AnnouncementType
BreakingMdmAttributeType.datatype type changed from W3SyseMdmAttributeDatatypeChoices! to String!
BreakingMdmAttributeConfigurationUpdateMutationInput.scope type changed from W3SyseMdmAttributeConfigurationScopeChoices to String
BreakingCustomToolType.contact type changed from PersonType! to PersonType
BreakingRemoved argument contact from CustomToolType.presets
BreakingRemoved argument discipline from CustomToolType.presets
BreakingInput Field projectrequirement removed from input type ProjectTestCaseAttributesInputType
BreakingDefault value for input field ProjectTestCaseAttributesInputType.projectrequirementSetAttributes changed from Undefined to None
BreakingGridSettingType.user type changed from UserType! to UserType
BreakingRemoved argument besProject_Project_Id_In from BesProjectType.rdtestSet
BreakingRemoved argument besProject from BesProjectType.rdtestSet
BreakingRemoved argument besProject_In from BesProjectType.rdtestSet
BreakingRemoved argument besProject_Project_Id from BesProjectType.rdtestSet
BreakingType for argument id_In on field BesProjectType.rdtestSet changed from [UUID] to [ID]
BreakingBesProjectType.backend type changed from BackendSystemType! to BackendSystemType
BreakingPresetBrickType.contact type changed from PersonType! to PersonType
BreakingRemoved argument contact from PresetBrickType.presets
BreakingRemoved argument discipline from PresetBrickType.presets
BreakingRequirementValuePrivateType.user type changed from UserType! to UserType
BreakingRemoved argument requirementValue from RequirementValuePrivateType.projectrequirementattachmentSet
BreakingRemoved argument requirementValue_In from RequirementValuePrivateType.projectrequirementattachmentSet
BreakingRequirementValuePrivateType.projectRequirement type changed from ProjectRequirementType! to ProjectRequirementType
BreakingDefault value for input field RdTestTemplateAttributeAttributesInputType.templateAttributes changed from Undefined to None
BreakingInput Field project removed from input type ProjectRequirementAttributesInputType
BreakingDefault value for input field ProjectRequirementAttributesInputType.projectThresholdsAttributes changed from Undefined to None
BreakingDefault value for input field ProjectRequirementAttributesInputType.testCaseAttributes changed from Undefined to None
BreakingAuditLogType.type type changed from W3SyseAuditLogTypeChoices! to String!
BreakingDefault value for input field RdTestAttachmentAttributesInputType.testAttributes changed from Undefined to None
BreakingRdTestAttachmentAttributesInputType.type type changed from W3SyseRdTestAttachmentTypeChoices to String
BreakingMdmThresholdUpdateMutationInput.opLowerBoundary type changed from W3SyseMdmThresholdOpLowerBoundaryChoices to String
BreakingMdmThresholdUpdateMutationInput.opUpperBoundary type changed from W3SyseMdmThresholdOpUpperBoundaryChoices to String
BreakingMdmRequirementDocumentType.mdmRequirement type changed from MdmRequirementType! to MdmRequirementType
BreakingProjectDocumentCreateMutationInput.file type changed from MultiFileScalar to MultiFileScalar!
BreakingMdmThresholdType.opLowerBoundary type changed from W3SyseMdmThresholdOpLowerBoundaryChoices to String!
BreakingMdmThresholdType.requirement type changed from MdmRequirementType! to MdmRequirementType
BreakingMdmThresholdType.opUpperBoundary type changed from W3SyseMdmThresholdOpUpperBoundaryChoices to String!
BreakingMdmThresholdType.rank type changed from MdmThresholdRankType! to MdmThresholdRankType
BreakingField amount was removed from object type ProjectRequirementDeriveMutationPayload
BreakingMdmAttributeValueType.valueList type changed from MdmAttributeValueListType! to MdmAttributeValueListType
BreakingRdTestAttributeType.test type changed from RdTestType! to RdTestType
BreakingArtifactType.task type changed from RdTestTaskType! to RdTestTaskType
BreakingUserNotificationUpdateMutationInput.priority type changed from W3SyseUserNotificationPriorityChoices to String
BreakingMdmRequirementDocumentCreateMutationInput.file type changed from MultiFileScalar to MultiFileScalar!
BreakingUserNotificationCreateMutationInput.priority type changed from W3SyseUserNotificationPriorityChoices to String
BreakingMdmAttributeUpsertMutationInput.datatype type changed from W3SyseMdmAttributeDatatypeChoices to String
BreakingRemoved argument extension_Roles from RoleType.groupSet
BreakingRemoved argument roles from RoleType.userSet
BreakingUserCreateMutationInput.layout type changed from W3SyseUserLayoutChoices to String
BreakingType for argument id_In on field MdmRequirementType.thresholds changed from [UUID] to [ID]
BreakingType for argument id on field MdmRequirementType.thresholds changed from UUID to ID
BreakingMdmRequirementType.mdmAttribute type changed from MdmAttributeType! to MdmAttributeType
BreakingDefault value for input field ProjectRequirementAttachmentAttributesInputType.requirementValueAttributes changed from Undefined to None
BreakingDefault value for input field ProjectRequirementAttachmentAttributesInputType.privateRequirementValuesAttributes changed from Undefined to None
BreakingInput Field projectthreshold removed from input type MdmThresholdAttributesInputType
BreakingMdmThresholdAttributesInputType.opLowerBoundary type changed from W3SyseMdmThresholdOpLowerBoundaryChoices to String
BreakingDefault value for input field MdmThresholdAttributesInputType.requirementAttributes changed from Undefined to None
BreakingMdmThresholdAttributesInputType.opUpperBoundary type changed from W3SyseMdmThresholdOpUpperBoundaryChoices to String
BreakingInput Field testCaseId: UUID! was added to input type ProjectRequirementDeriveMutationInput
BreakingInput Field mdmRequirementIds: [UUID]! was added to input type ProjectRequirementDeriveMutationInput
BreakingInput Field project removed from input type ProjectRequirementDeriveMutationInput
BreakingInput Field requirements removed from input type ProjectRequirementDeriveMutationInput
BreakingMilestoneType.milestoneGroup type changed from MilestoneGroupType! to MilestoneGroupType
BreakingClientStateType.createdBy type changed from UserType! to UserType
BreakingRemoved argument roles from ClientStateType.users
BreakingRdTestTemplateAttributeType.template type changed from RdTestTemplateType! to RdTestTemplateType
Non-BreakingType ModelDeltaConnection was added
Non-BreakingType ModelDeltaEdge was added
Non-BreakingType ModelDeltaType was added
Non-BreakingType ModelChangeType was added
Non-BreakingType MatchRdTestProjectTestCaseType was added
Non-BreakingType MatchRdTestProjectRequirementType was added
Non-BreakingType MdmTestCaseAttachmentType was added
Non-BreakingType MdmTestCaseAttachmentTypeConnection was added
Non-BreakingType MdmTestCaseAttachmentTypeEdge was added
Non-BreakingType CustomToolSettingTypeConnection was added
Non-BreakingType CustomToolSettingTypeEdge was added
Non-BreakingType CustomToolSettingType was added
Non-BreakingType LoadCalculationRuleResponseType was added
Non-BreakingType LoadCalculationRuleType was added
Non-BreakingType RdTestAttachmentFetchFilesMutationPayload was added
Non-BreakingType RdTestAttachmentFetchFilesMutationInput was added
Non-BreakingType ProjectAttributesInputType was added
Non-BreakingType MdmTestCaseAttachmentCreateMutationPayload was added
Non-BreakingType MdmTestCaseAttachmentCreateMutationInput was added
Non-BreakingType MdmTestCaseAttachmentUpdateMutationPayload was added
Non-BreakingType MdmTestCaseAttachmentUpdateMutationInput was added
Non-BreakingType MdmTestCaseAttachmentDeleteMutationPayload was added
Non-BreakingType MdmTestCaseAttachmentDeleteMutationInput was added
Non-BreakingType MdmTestCaseAttachmentAttributesInputType was added
Non-BreakingType MdmTestCaseAttributesInputType was added
Non-BreakingType MdmTestCaseCloneMutationPayload was added
Non-BreakingType MdmTestCaseCloneMutationInput was added
Non-BreakingType CustomToolSettingUpdateMutationPayload was added
Non-BreakingType CustomToolSettingUpdateMutationInput was added
Non-BreakingType CalculationRuleExecuteMutationPayload was added
Non-BreakingType ExecutionPlanType was added
Non-BreakingType ExecutionPlanResultType was added
Non-BreakingType ExecutionPlanErrorType was added
Non-BreakingType CalculationRulePermutationType was added
Non-BreakingType CalculationRuleInputType was added
Non-BreakingType CalculationRuleExecuteMutationInput was added
Non-BreakingType CalculationRuleAdditionalInputType was added
Non-BreakingType CalculationRulesExecuteMutationPayload was added
Non-BreakingType CalculationRulesExecuteMutationInput was added
Non-BreakingDescription for Input field UserDeleteMutationInput.id changed from None to ID of the "UserType" to mutate
Non-BreakingDescription for Input field PresetCreateMutationInput.discipline changed from None to The discipline to which the preset belongs
Non-BreakingDescription for Input field PresetCreateMutationInput.contact changed from None to A contact person responsible for this preset.
Non-BreakingDescription for Input field PresetCreateMutationInput.data changed from None to The preset file
Non-BreakingBesProjectDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingBesProjectDeleteMutationPayload.besProject description changed from None to The mutated object.
Non-BreakingRdTestTemplateCategoryCreateMutationPayload.rdTestTemplateCategory description changed from None to The mutated object.
Non-BreakingRdTestTemplateCategoryCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingArtifactDeleteMutationPayload.artifact description changed from None to The mutated object.
Non-BreakingArtifactDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingMdmAttributeValueListTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingMdmAttributeValueListTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingMdmAttributeValueListTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for Input field RdTestTypeCreateMutationInput.name changed from None to The name of the test type
Non-BreakingDescription for Input field ProjectTypeDeleteMutationInput.id changed from None to ID of the "ProjectTypeType" to mutate
Non-BreakingDescription for type CollectionTypeEdge changed from None to A Relay edge containing a CollectionType and its cursor.
Non-BreakingCollectionTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingCollectionTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingUserNotificationTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingUserNotificationTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingUserNotificationTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingInput Field includeObsolete: Boolean was added to input type ProjectTestCaseDeriveMutationInput
Non-BreakingDescription for Input field ProjectTestCaseDeriveMutationInput.project changed from None to ID of the project the given MDM test cases should be imported into
Non-BreakingDescription for Input field ProjectTestCaseDeriveMutationInput.mdmTestCases changed from None to IDs of mdm test cases which should be added
Non-BreakingRequirementValueUpdateMutationPayload.requirementValue description changed from None to The mutated object.
Non-BreakingRequirementValueUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingGroupDeleteMutationPayload.group description changed from None to The mutated object.
Non-BreakingGroupDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field CustomToolDeleteMutationInput.id changed from None to ID of the "CustomToolType" to mutate
Non-BreakingDescription 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-BreakingDescription for Input field ClientStateTagCreateMutationInput.label changed from None to A short human-readable label that makes the tag easily distinguishable
Non-BreakingDescription for Input field ClientStateTagCreateMutationInput.identifier changed from None to Unique identifier for client state tag
Non-BreakingDescription for type MdmUnitType changed from None to A database model for mdm units.
Non-BreakingMdmUnitType.id description changed from None to The ID of the object
Non-BreakingMdmUnitType.dimension description changed from None to The dimension of the unit
Non-BreakingMdmUnitType.name description changed from None to The name of the unit
Non-BreakingDescription for Input field ProjectRequirementDeleteMutationInput.id changed from None to ID of the "ProjectRequirementType" to mutate
Non-BreakingDescription for Input field RequirementValueAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed
Non-BreakingDescription for Input field RequirementValueAttributesInputType.projectrequirementattachmentSetAttributes changed from None to ``
Non-BreakingDescription for type CustomToolDeleteMutationPayload changed from None to Mutation to delete a custom tool.
Non-BreakingCustomToolDeleteMutationPayload.customTool description changed from None to The mutated object.
Non-BreakingCustomToolDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-Breaking

Description for type ProjectTestCaseType changed from None to `Database model for project test cases.

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-BreakingProjectTestCaseType.description description changed from None to A description of the project test case
Non-BreakingProjectTestCaseType.lastModifiedBy description changed from None to The user who last modified the project test case
Non-BreakingProjectTestCaseType.projectrequirementSet description changed from None to Test case to which the requirement belongs
Non-BreakingArgument mdmRequirementId_In: [ID] added to ProjectTestCaseType.projectrequirementSet
Non-BreakingArgument testCase_ProjectId: ID added to ProjectTestCaseType.projectrequirementSet
Non-BreakingArgument testCaseId: ID added to ProjectTestCaseType.projectrequirementSet
Non-BreakingArgument mdmRequirementId: ID added to ProjectTestCaseType.projectrequirementSet
Non-BreakingArgument asOf: DateTime added to ProjectTestCaseType.projectrequirementSet
Non-BreakingDescription for argument orderBy on field ProjectTestCaseType.projectrequirementSet changed from None to Ordering
Non-BreakingProjectTestCaseType.project description changed from None to Project to which the project test case belongs
Non-BreakingProjectTestCaseType.id description changed from None to The ID of the object
Non-BreakingProjectTestCaseType.contextCondition description changed from None to Context information about the object, formulated as a condition.
Non-BreakingProjectTestCaseType.name description changed from None to Name of the project test case
Non-BreakingProjectTestCaseType.obsolete description changed from None to Whether this project test case is obsolete or not
Non-BreakingMilestoneGroupCreateMutationPayload.milestoneGroup description changed from None to The mutated object.
Non-BreakingMilestoneGroupCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type RequirementValueTypeEdge changed from None to A Relay edge containing a RequirementValueType and its cursor.
Non-BreakingRequirementValueTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingRequirementValueTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingBackendSystemUpsertMutationPayload.backendSystem description changed from None to The mutated object.
Non-BreakingBackendSystemUpsertMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingRdTestTypeCreateMutationPayload.rdTestType description changed from None to The mutated object.
Non-BreakingRdTestTypeCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingAnnouncementDeleteMutationPayload.announcement description changed from None to The mutated object.
Non-BreakingAnnouncementDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field MdmAttributeValueListAttributesInputType.entriesAttributes changed from None to ``
Non-BreakingDescription for Input field MdmAttributeValueListAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed
Non-BreakingDescription for Input field MdmThresholdCreateMutationInput.description changed from None to A description of the threshold.
Non-BreakingDescription 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-BreakingDescription for Input field MdmThresholdCreateMutationInput.discreteValue changed from None to Value of the threshold. If used the boundary fields must be empty.
Non-BreakingDescription for Input field MdmThresholdCreateMutationInput.obsolete changed from None to Whether this threshold is obsolete or not.
Non-BreakingDescription for Input field MdmThresholdCreateMutationInput.locked changed from None to Locked and only be editable by system users
Non-BreakingDescription 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-BreakingDescription for Input field MdmThresholdCreateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage
Non-BreakingDescription for Input field MdmThresholdCreateMutationInput.lowerBoundary changed from None to The lower boundary of the object.
Non-BreakingDescription for Input field MdmThresholdCreateMutationInput.rank changed from None to Threshold rank (esp. color) of this threshold.
Non-BreakingDescription for Input field MdmThresholdCreateMutationInput.upperBoundary changed from None to The upper boundary of the object.
Non-BreakingDescription for Input field MdmThresholdCreateMutationInput.requirement changed from None to The mdm requirement to which the threshold belongs.
Non-BreakingDescription for Input field MdmDimensionCreateMutationInput.name changed from None to The name of the dimension
Non-BreakingDescription for Input field MdmDimensionCreateMutationInput.identifier changed from None to The ISO identifier of the dimension
Non-BreakingDescription for type MdmDimensionType changed from None to A database model for mdm dimensions.
Non-BreakingMdmDimensionType.identifier description changed from None to The ISO identifier of the dimension
Non-BreakingMdmDimensionType.id description changed from None to The ID of the object
Non-BreakingMdmDimensionType.name description changed from None to The name of the dimension
Non-BreakingDescription for Input field PasswordChangeMutationInput.id changed from None to ID of the "UserType" to mutate
Non-BreakingDescription for type RdTestTypeTypeEdge changed from None to A Relay edge containing a RdTestTypeType and its cursor.
Non-BreakingRdTestTypeTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingRdTestTypeTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for type UserNotificationType changed from None to UserNotification(created_at, updated_at, id, user, priority, title, message, read_at)
Non-BreakingUserNotificationType.user description changed from None to User the notification belongs to
Non-BreakingUserNotificationType.title description changed from None to The notification's title
Non-BreakingUserNotificationType.priority description changed from None to Priority class of the notification, defaults to 'info'
Non-BreakingUserNotificationType.id description changed from None to The ID of the object
Non-BreakingUserNotificationType.message description changed from None to The notification's text
Non-BreakingUserNotificationType.readAt description changed from None to Defines the time when the notification has been read by the user
Non-BreakingDescription for Input field RdTestAttributeAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed
Non-BreakingDescription for Input field RdTestAttributeAttributesInputType.testAttributes changed from None to The test to which the attribute belongs
Non-BreakingDescription for type MdmAttributeConfigurationTypeEdge changed from None to A Relay edge containing a MdmAttributeConfigurationType and its cursor.
Non-BreakingMdmAttributeConfigurationTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingMdmAttributeConfigurationTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingRdTestTemplateUpdateMutationPayload.rdTestTemplate description changed from None to The mutated object.
Non-BreakingRdTestTemplateUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field ProjectTestCaseDeleteMutationInput.id changed from None to ID of the "ProjectTestCaseType" to mutate
Non-BreakingDescription for Input field ProjectUpdateMutationInput.projectType changed from None to ``
Non-BreakingDescription for Input field ProjectUpdateMutationInput.description changed from None to Description of the project.
Non-BreakingDescription for Input field ProjectUpdateMutationInput.besProjects changed from None to Set list of bes projects
Non-BreakingDescription for Input field ProjectUpdateMutationInput.image changed from None to Images for the project.
Non-BreakingDescription for Input field ProjectUpdateMutationInput.id changed from None to ID of the "ProjectType" to mutate
Non-BreakingDescription for Input field ProjectUpdateMutationInput.name changed from None to Name of the project
Non-BreakingDescription for Input field UserTokenDeleteMutationInput.id changed from None to ID of the "UserTokenType" to mutate
Non-BreakingDescription for Input field MdmAttributeComponentUpdateMutationInput.description changed from None to Description for the MdmAttributeComponent
Non-BreakingDescription for Input field MdmAttributeComponentUpdateMutationInput.id changed from None to ID of the "MdmAttributeComponentType" to mutate
Non-BreakingDescription for Input field MdmAttributeComponentUpdateMutationInput.locked changed from None to Locked and only be editable by system users
Non-BreakingDescription for Input field MdmAttributeComponentUpdateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage
Non-BreakingDescription for Input field MdmAttributeComponentUpdateMutationInput.name changed from None to The name for the MdmAttributeComponent
Non-BreakingDescription for Input field MdmAttributeComponentUpdateMutationInput.obsolete changed from None to Whether this MdmAttributeComponent is obsolete or not.
Non-BreakingRdTestTypeTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingRdTestTypeTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingRdTestTypeTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingMdmAttributeComponentUpdateMutationPayload.mdmAttributeComponent description changed from None to The mutated object.
Non-BreakingMdmAttributeComponentUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field ProjectThresholdAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed
Non-BreakingDescription for Input field ProjectThresholdAttributesInputType.projectRequirementAttributes changed from None to The project requirement to which the threshold belongs.
Non-BreakingDescription for type RdTestTemplateAttributeTypeEdge changed from None to A Relay edge containing a RdTestTemplateAttributeType and its cursor.
Non-BreakingRdTestTemplateAttributeTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingRdTestTemplateAttributeTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingInput Field mdmtestcaseSetAttributes: [MdmTestCaseAttributesInputType] was added to input type MdmRequirementAttributesInputType
Non-BreakingDescription for Input field MdmRequirementAttributesInputType.thresholdsAttributes changed from None to ``
Non-BreakingDescription for Input field MdmRequirementAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed
Non-BreakingDescription for Input field MdmRequirementAttributesInputType.mdmrequirementdocumentSetAttributes changed from None to ``
Non-BreakingDescription for Input field MdmAttributeConfigurationDeleteMutationInput.id changed from None to ID of the "MdmAttributeConfigurationType" to mutate
Non-BreakingDescription for Input field RdTestTypeDeleteMutationInput.id changed from None to ID of the "RdTestTypeType" to mutate
Non-BreakingCollectionTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingCollectionTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingCollectionTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingProjectAttributeDeleteMutationPayload.projectAttribute description changed from None to The mutated object.
Non-BreakingProjectAttributeDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingMilestoneDeleteMutationPayload.milestone description changed from None to The mutated object.
Non-BreakingMilestoneDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingArtifactCreateMutationPayload.artifact description changed from None to The mutated object.
Non-BreakingArtifactCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field RdTestTypeUpdateMutationInput.name changed from None to The name of the test type
Non-BreakingDescription for Input field RdTestTypeUpdateMutationInput.id changed from None to ID of the "RdTestTypeType" to mutate
Non-BreakingMdmRequirementDocumentDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingMdmRequirementDocumentDeleteMutationPayload.mdmRequirementDocument description changed from None to The mutated object.
Non-BreakingAuditLogTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingAuditLogTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingAuditLogTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingMilestoneGroupDeleteMutationPayload.milestoneGroup description changed from None to The mutated object.
Non-BreakingMilestoneGroupDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingWorkerDataDeleteMutationPayload.workerData description changed from None to The mutated object.
Non-BreakingWorkerDataDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type RdTestAttributeDeleteMutationPayload changed from None to Mutation to delete a test attribute.
Non-BreakingRdTestAttributeDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingRdTestAttributeDeleteMutationPayload.rdTestAttribute description changed from None to The mutated object.
Non-BreakingDescription for type ClientStateUnshareMutationPayload changed from None to Mutation to unshare an existing client state.
Non-BreakingClientStateUnshareMutationPayload.clientState description changed from None to The mutated object.
Non-BreakingClientStateUnshareMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingUserNotificationUpdateMutationPayload.userNotification description changed from None to The mutated object.
Non-BreakingUserNotificationUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field CollectionCreateMutationInput.description changed from None to A description of the collection
Non-BreakingDescription for Input field CollectionCreateMutationInput.tags changed from None to ``
Non-BreakingDescription for Input field CollectionCreateMutationInput.discipline changed from None to The discipline to which the collection belongs
Non-BreakingDescription for Input field CollectionCreateMutationInput.tests changed from None to ``
Non-BreakingDescription for Input field CollectionCreateMutationInput.name changed from None to Name of the collection
Non-BreakingDescription for Input field CollectionCreateMutationInput.accessRight changed from None to Specifies how users other than the creator can access the collection
Non-BreakingDescription for Input field ProjectTypeUpdateMutationInput.name changed from None to Name of the project type
Non-BreakingDescription for Input field ProjectTypeUpdateMutationInput.id changed from None to ID of the "ProjectTypeType" to mutate
Non-BreakingDescription for Input field MdmAttributeValueListUpsertMutationInput.description changed from None to A description of the value list
Non-BreakingDescription for Input field MdmAttributeValueListUpsertMutationInput.entriesAttributes changed from None to ``
Non-BreakingDescription for Input field MdmAttributeValueListUpsertMutationInput.locked changed from None to Locked and only be editable by system users
Non-BreakingDescription for Input field MdmAttributeValueListUpsertMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage
Non-BreakingDescription for Input field MdmAttributeValueListUpsertMutationInput.name changed from None to The name of the value list
Non-BreakingDescription for Input field MdmAttributeValueListUpsertMutationInput.obsolete changed from None to Whether this value list is obsolete or not
Non-BreakingMdmAttributeValueUpdateMutationPayload.mdmAttributeValue description changed from None to The mutated object.
Non-BreakingMdmAttributeValueUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingLoadUserType.roleCreatedAt description changed from None to Creation time of the object role
Non-BreakingLoadUserType.isActive description changed from None to Designates whether this user should be treated as active. Unselect this instead of deleting accounts.
Non-BreakingLoadUserType.external description changed from None to A flag indicating whether the user authenticated via an external IDP.
Non-BreakingLoadUserType.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-BreakingLoadUserType.username description changed from None to Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
Non-BreakingLoadUserType.layout description changed from None to Frontend layout the user has been chosen.
Non-BreakingLoadUserType.isSuperuser description changed from None to Designates that this user has all permissions without explicitly assigning them.
Non-BreakingLoadUserType.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-BreakingLoadUserType.displayName description changed from None to A human readable username
Non-BreakingLoadUserType.roleCreatedBy description changed from None to The user who created the object role
Non-BreakingLoadUserType.groupCount description changed from None to The number of items in the group if a group is returned
Non-BreakingLoadUserType.isStaff description changed from None to Designates whether the user can log into this admin site.
Non-BreakingLoadUserType.roleUpdatedAt description changed from None to Update time of the object role
Non-BreakingLoadUserType.system description changed from None to A flag indicating whether the user is a system user.
Non-BreakingProjectTypeCreateMutationPayload.projectType description changed from None to The mutated object.
Non-BreakingProjectTypeCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type LoadMdmTestCasesResponse changed from None to Response type for mdm test cases for adding extra fields
Non-BreakingLoadMdmTestCasesResponse.rows description changed from None to A list of rows
Non-BreakingLoadMdmTestCasesResponse.count description changed from None to The total number of existing rows for the applied filters
Non-BreakingLoadMdmTestCasesResponse.context description changed from None to A list of distinct context attributes that are returned by this response
Non-BreakingRdTestTemplateDeleteMutationPayload.rdTestTemplate description changed from None to The mutated object.
Non-BreakingRdTestTemplateDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type DisciplineTypeEdge changed from None to A Relay edge containing a DisciplineType and its cursor.
Non-BreakingDisciplineTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingDisciplineTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for type ClientStateTagTypeEdge changed from None to A Relay edge containing a ClientStateTagType and its cursor.
Non-BreakingClientStateTagTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingClientStateTagTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for Input field RdTestTemplateCategoryCreateMutationInput.name changed from None to Name of the template category
Non-BreakingDescription for Input field RdTestTypeUpsertMutationInput.name changed from None to The name of the test type
Non-BreakingDescription for type SettingTypeEdge changed from None to A Relay edge containing a SettingType and its cursor.
Non-BreakingSettingTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingSettingTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription 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-BreakingProjectThresholdType.description description changed from None to A description of the threshold.
Non-BreakingProjectThresholdType.objectPermissions description changed from None to A list of permissions that the current user has for this object
Non-BreakingProjectThresholdType.opLowerBoundary description changed from None to Operator of the comparison against the lower boundary value. The lower boundary is the left operand.
Non-BreakingProjectThresholdType.id description changed from None to The ID of the object
Non-BreakingProjectThresholdType.opUpperBoundary description changed from None to Operator of the comparison against the upper boundary value. The upper boundary is the right operand.
Non-BreakingProjectThresholdType.lowerBoundary description changed from None to The lower boundary of the object.
Non-BreakingProjectThresholdType.rank description changed from None to Threshold rank (esp. color) of this threshold.
Non-BreakingProjectThresholdType.upperBoundary description changed from None to The upper boundary of the object.
Non-BreakingProjectThresholdType.projectRequirement description changed from None to The project requirement to which the threshold belongs.
Non-BreakingProjectThresholdType.discreteValue description changed from None to Value of the threshold. If used the boundary fields must be empty.
Non-BreakingDescription for type LoadMdmTestCasesType changed from None to Row type for mdm test cases for adding extra fields
Non-BreakingField comment was added to object type LoadMdmTestCasesType
Non-BreakingLoadMdmTestCasesType.description description changed from None to Description of the mdm test case
Non-BreakingLoadMdmTestCasesType.lastModifiedByUsername description changed from None to Username of the user who modified the mdm test case the last
Non-BreakingLoadMdmTestCasesType.associations description changed from None to A mapping of association names to value lists
Non-BreakingLoadMdmTestCasesType.groupCount description changed from None to The number of items in the group if a group is returned
Non-BreakingLoadMdmTestCasesType.id description changed from None to The ID of the mdm test case
Non-BreakingLoadMdmTestCasesType.locked description changed from None to Instance has been locked
Non-BreakingLoadMdmTestCasesType.sourceId description changed from None to Source ID of the mdm test case in case imported
Non-BreakingLoadMdmTestCasesType.updatedAt description changed from None to The time of the last update
Non-BreakingLoadMdmTestCasesType.createdAt description changed from None to The time of creation
Non-BreakingLoadMdmTestCasesType.name description changed from None to Name of the mdm test case
Non-BreakingLoadMdmTestCasesType.obsolete description changed from None to Whether the mdm test case is obsolete
Non-BreakingMdmRequirementDeleteMutationPayload.mdmRequirement description changed from None to The mutated object.
Non-BreakingMdmRequirementDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field RdTestAttachmentUpdateMutationInput.thumbnail changed from None to A thumbnail for this attachment from an external source
Non-BreakingDescription for Input field RdTestAttachmentUpdateMutationInput.identifier changed from None to (Together with test and type a unique) identifier of the attachment
Non-BreakingDescription for Input field RdTestAttachmentUpdateMutationInput.meta changed from None to Meta information about the attachment
Non-BreakingDescription for Input field RdTestAttachmentUpdateMutationInput.id changed from None to ID of the "RdTestAttachmentType" to mutate
Non-BreakingDescription for Input field RdTestAttachmentUpdateMutationInput.file changed from None to The attachment and its derivatives
Non-BreakingDescription for Input field RdTestAttachmentUpdateMutationInput.test changed from None to The test to which the attachment belongs
Non-BreakingDescription for Input field RdTestAttachmentUpdateMutationInput.type changed from None to The type of the attachment
Non-BreakingDescription for Input field RdTestAttachmentUpdateMutationInput.name changed from None to The name of the attachment
Non-BreakingDescription for type WorkerTypeEdge changed from None to A Relay edge containing a WorkerType and its cursor.
Non-BreakingWorkerTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingWorkerTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for type Subscription changed from None to Subscription definition for W3Sys.E.
Non-BreakingDescription for argument id on field Subscription.onTaskUpdate changed from None to ID of the task
Non-BreakingDescription for argument id on field Subscription.onUpdateRdTestAttachment changed from None to ID of the attachment
Non-BreakingDescription for argument rdtestId on field Subscription.onUpdateRdTestAttachment changed from None to ID of the test. Subscribe to all attachment updates of that test
Non-BreakingDescription for type RdTestTemplateCategoryType changed from None to Categories allowing filtering of templates into specific groups
Non-BreakingRdTestTemplateCategoryType.name description changed from None to Name of the template category
Non-BreakingRdTestTemplateCategoryType.id description changed from None to The ID of the object
Non-BreakingDescription for Input field MdmAttributeValueCreateMutationInput.description changed from None to A description of the value
Non-BreakingDescription for Input field MdmAttributeValueCreateMutationInput.locked changed from None to Locked and only be editable by system users
Non-BreakingDescription for Input field MdmAttributeValueCreateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage
Non-BreakingDescription for Input field MdmAttributeValueCreateMutationInput.label changed from None to Human readable version of the raw value
Non-BreakingDescription for Input field MdmAttributeValueCreateMutationInput.valueList changed from None to The value list to which the attribute value belongs
Non-BreakingDescription for Input field MdmAttributeValueCreateMutationInput.name changed from None to The raw value without any meta-info
Non-BreakingDescription for Input field MdmAttributeValueCreateMutationInput.obsolete changed from None to Whether this value list entry is obsolete or not
Non-BreakingDescription for Input field MilestoneGroupDeleteMutationInput.id changed from None to ID of the "MilestoneGroupType" to mutate
Non-BreakingPresetBrickTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingPresetBrickTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingPresetBrickTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for Input field MdmAttributeDeleteMutationInput.id changed from None to ID of the "MdmAttributeType" to mutate
Non-BreakingDescription for Input field MdmAttributeValueAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed
Non-BreakingDescription for Input field MdmAttributeValueAttributesInputType.valueListAttributes changed from None to The value list to which the attribute value belongs
Non-BreakingDescription for Input field ClientStateUnshareMutationInput.id changed from None to ID of the "ClientStateType" to mutate
Non-BreakingDescription for type RdTestTemplateTypeEdge changed from None to A Relay edge containing a RdTestTemplateType and its cursor.
Non-BreakingRdTestTemplateTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingRdTestTemplateTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingMdmAttributeValueTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingMdmAttributeValueTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingMdmAttributeValueTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for Input field MdmRequirementUpdateMutationInput.description changed from None to A description of the requirement.
Non-BreakingDescription for Input field MdmRequirementUpdateMutationInput.thresholdsAttributes changed from None to ``
Non-BreakingDescription for Input field MdmRequirementUpdateMutationInput.id changed from None to ID of the "MdmRequirementType" to mutate
Non-BreakingDescription for Input field MdmRequirementUpdateMutationInput.locked changed from None to Locked and only be editable by system users
Non-BreakingDescription for Input field MdmRequirementUpdateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage
Non-BreakingDescription for Input field MdmRequirementUpdateMutationInput.mdmrequirementdocumentSetAttributes changed from None to ``
Non-BreakingDescription for Input field MdmRequirementUpdateMutationInput.contextCondition changed from None to Context information about the object, formulated as a condition.
Non-BreakingDescription for Input field MdmRequirementUpdateMutationInput.mdmAttribute changed from None to An attribute that can be assigned to the requirement.
Non-BreakingDescription for Input field MdmRequirementUpdateMutationInput.name changed from None to Name of the requirement.
Non-BreakingDescription for Input field MdmRequirementUpdateMutationInput.obsolete changed from None to Whether this requirement is obsolete or not.
Non-BreakingDescription for type SSRMInputType changed from None to Standard input type for a server-side row model requests that defines all possible input fields.
Non-BreakingDescription for Input field SSRMInputType.pivotCols changed from None to Columns that have pivot on them
Non-BreakingDescription for Input field SSRMInputType.startRow changed from None to First row requested or undefined for all rows
Non-BreakingDescription for Input field SSRMInputType.valueCols changed from None to Columns that have aggregations on them
Non-BreakingDescription for Input field SSRMInputType.quickFilter changed from None to Filter over all items by a simple string value
Non-BreakingDescription for Input field SSRMInputType.endRow changed from None to Index after the last requested row or undefined for all rows
Non-BreakingDescription for Input field SSRMInputType.pivotMode changed from None to Defines if pivot mode is on or off
Non-BreakingDescription for Input field SSRMInputType.groupKeys changed from None to What groups the user is viewing
Non-BreakingDescription for Input field SSRMInputType.filterModel changed from None to If filtering, what the filter model is
Non-BreakingDescription for Input field SSRMInputType.sortModel changed from None to If sorting, what the sort model is
Non-BreakingDescription for Input field SSRMInputType.rowGroupCols changed from None to Columns that are currently row grouped
Non-BreakingRdTestDeleteMutationPayload.rdTest description changed from None to The mutated object.
Non-BreakingRdTestDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingStarRdTestMutationPayload.rdTest description changed from None to The mutated object.
Non-BreakingStarRdTestMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type PresetTypeEdge changed from None to A Relay edge containing a PresetType and its cursor.
Non-BreakingPresetTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingPresetTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for Input field RdTestCreateMutationInput.attributesAttributes changed from None to ``
Non-BreakingDescription for Input field RdTestCreateMutationInput.besProject changed from None to The project within the backend to which this test belongs
Non-BreakingDescription for Input field RdTestCreateMutationInput.createdAtInBes changed from None to Timestamp when the test has been created in it's backend
Non-BreakingDescription for Input field RdTestCreateMutationInput.idInBes changed from None to The id of the test in it's backend
Non-BreakingDescription for Input field RdTestCreateMutationInput.syncSuccessfulAt changed from None to The time of the last successful synchronization of the test with the backend
Non-BreakingDescription for Input field RdTestCreateMutationInput.name changed from None to The name of the test
Non-BreakingDescription for Input field RdTestCreateMutationInput.testType changed from None to The type of the test
Non-BreakingMdmAttributeComponentUpsertMutationPayload.mdmAttributeComponent description changed from None to The mutated object.
Non-BreakingMdmAttributeComponentUpsertMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingCalculationRuleDeleteMutationPayload.calculationRule description changed from None to The mutated object.
Non-BreakingCalculationRuleDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type LoadProjectRequirementsInput changed from None to Input arguments to filter project requirements.
Non-BreakingDescription for Input field LoadProjectRequirementsInput.pivotCols changed from None to Columns that have pivot on them
Non-BreakingDescription for Input field LoadProjectRequirementsInput.startRow changed from None to First row requested or undefined for all rows
Non-BreakingDescription for Input field LoadProjectRequirementsInput.valueCols changed from None to Columns that have aggregations on them
Non-BreakingDescription for Input field LoadProjectRequirementsInput.quickFilter changed from None to Filter over all items by a simple string value
Non-BreakingDescription for Input field LoadProjectRequirementsInput.project changed from None to The ID of the selected project
Non-BreakingDescription for Input field LoadProjectRequirementsInput.endRow changed from None to Index after the last requested row or undefined for all rows
Non-BreakingDescription for Input field LoadProjectRequirementsInput.pivotMode changed from None to Defines if pivot mode is on or off
Non-BreakingDescription for Input field LoadProjectRequirementsInput.groupKeys changed from None to What groups the user is viewing
Non-BreakingDescription for Input field LoadProjectRequirementsInput.filterModel changed from None to If filtering, what the filter model is
Non-BreakingDescription for Input field LoadProjectRequirementsInput.sortModel changed from None to If sorting, what the sort model is
Non-BreakingDescription for Input field LoadProjectRequirementsInput.rowGroupCols changed from None to Columns that are currently row grouped
Non-BreakingDescription for Input field RoleCreateMutationInput.default changed from None to If true, this role will be applied to all newly created users.
Non-BreakingDescription for Input field RoleCreateMutationInput.name changed from None to The name of the role.
Non-BreakingDescription for Input field RoleCreateMutationInput.permissions changed from None to A list of permissions that this role has.
Non-BreakingDescription for Input field RoleCreateMutationInput.contentType changed from None to ``
Non-BreakingRequirementValueSavePrivateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field UserUpdateMutationInput.disciplines changed from None to List of disciplines the user belongs to
Non-BreakingDescription for Input field UserUpdateMutationInput.userPermissions changed from None to Specific permissions for this user.
Non-BreakingDescription for Input field UserUpdateMutationInput.displayName changed from None to A human readable username
Non-BreakingDescription for Input field UserUpdateMutationInput.username changed from None to Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
Non-BreakingDescription for Input field UserUpdateMutationInput.layout changed from None to Frontend layout the user has been chosen.
Non-BreakingDescription for Input field UserUpdateMutationInput.id changed from None to ID of the "UserType" to mutate
Non-BreakingDescription 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-BreakingDescription for Input field UserUpdateMutationInput.external changed from None to A flag indicating whether the user authenticated via an external IDP.
Non-BreakingDescription for Input field UserUpdateMutationInput.isStaff changed from None to Designates whether the user can log into this admin site.
Non-BreakingDescription for Input field UserUpdateMutationInput.isSuperuser changed from None to Designates that this user has all permissions without explicitly assigning them.
Non-BreakingDescription 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-BreakingDescription 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-BreakingDescription for Input field CalculationRuleCreateMutationInput.description changed from None to A description of the calculation rule
Non-BreakingDescription for Input field CalculationRuleCreateMutationInput.definitions changed from None to JSON formatted inputs, permutations and tests of a calculation rule
Non-BreakingDescription for Input field CalculationRuleCreateMutationInput.locked changed from None to Locked and only be editable by system users
Non-BreakingDescription for Input field CalculationRuleCreateMutationInput.code changed from None to Code of the calculation rule
Non-BreakingDescription for Input field CalculationRuleCreateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage
Non-BreakingDescription for Input field CalculationRuleCreateMutationInput.contextCondition changed from None to Context information about the object, formulated as a condition.
Non-BreakingDescription for Input field CalculationRuleCreateMutationInput.name changed from None to Name of the calculation rule
Non-BreakingDescription for Input field CalculationRuleCreateMutationInput.obsolete changed from None to Whether this calculation rule is obsolete or not
Non-BreakingDescription for Input field MdmAttributeUpdateMutationInput.description changed from None to A description of what information is represented by this attribute
Non-BreakingDescription for Input field MdmAttributeUpdateMutationInput.attributeType changed from None to The type of the attribute
Non-BreakingDescription 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-BreakingDescription for Input field MdmAttributeUpdateMutationInput.identifier changed from None to Identifier of the attribute
Non-BreakingDescription for Input field MdmAttributeUpdateMutationInput.id changed from None to ID of the "MdmAttributeType" to mutate
Non-BreakingDescription for Input field MdmAttributeUpdateMutationInput.locked changed from None to Locked and only be editable by system users
Non-BreakingDescription for Input field MdmAttributeUpdateMutationInput.component changed from None to The component this attribute is assigned to
Non-BreakingDescription for Input field MdmAttributeUpdateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage
Non-BreakingDescription for Input field MdmAttributeUpdateMutationInput.valueList changed from None to value_list describing the possible values for this attribute
Non-BreakingDescription for Input field MdmAttributeUpdateMutationInput.name changed from None to Human readable name of the attribute
Non-BreakingDescription for Input field MdmAttributeUpdateMutationInput.datatype changed from None to Datatype of the attribute
Non-BreakingDescription for Input field MdmAttributeUpdateMutationInput.isAssociationAttribute changed from None to Whether this attribute may be used as an association attribute
Non-BreakingDescription for Input field MdmAttributeUpdateMutationInput.obsolete changed from None to Whether this attribute is obsolete or not
Non-BreakingProjectCreateMutationPayload.project description changed from None to The mutated object.
Non-BreakingProjectCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingBackendSystemTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingBackendSystemTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingBackendSystemTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for Input field ProjectDocumentDeleteMutationInput.id changed from None to ID of the "ProjectDocumentType" to mutate
Non-BreakingDescription for type AnnouncementTypeEdge changed from None to A Relay edge containing a AnnouncementType and its cursor.
Non-BreakingAnnouncementTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingAnnouncementTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for Input field MdmTestCaseDeleteMutationInput.id changed from None to ID of the "MdmTestCaseType" to mutate
Non-BreakingDescription for type MdmTestCaseTypeEdge changed from None to A Relay edge containing a MdmTestCaseType and its cursor.
Non-BreakingMdmTestCaseTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingMdmTestCaseTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for type ProjectDocumentType changed from None to Database model for documents that belong to a project.
Non-BreakingProjectDocumentType.user description changed from None to The user who uploaded the attachment.
Non-BreakingProjectDocumentType.project description changed from None to The project to which the document belongs
Non-BreakingProjectDocumentType.id description changed from None to The ID of the object
Non-BreakingProjectDocumentType.file description changed from None to The attachment with its derivatives
Non-BreakingProjectDocumentType.name description changed from None to The name of the attachment
Non-BreakingProjectDocumentType.fileSize description changed from None to The size of the attachment in bytes.
Non-BreakingRdTestTemplateAttributeTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingRdTestTemplateAttributeTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingRdTestTemplateAttributeTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingAnnouncementUpdateMutationPayload.announcement description changed from None to The mutated object.
Non-BreakingAnnouncementUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDisciplineUpdateMutationPayload.discipline description changed from None to The mutated object.
Non-BreakingDisciplineUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field ClientStateUpdateMutationInput.content changed from None to State of the client in JSON format
Non-BreakingDescription for Input field ClientStateUpdateMutationInput.tags changed from None to Arbitrary tags that help the client to distinguish different kinds of state
Non-BreakingDescription for Input field ClientStateUpdateMutationInput.id changed from None to ID of the "ClientStateType" to mutate
Non-BreakingDescription for Input field ClientStateUpdateMutationInput.default changed from None to Determines whether the state is default
Non-BreakingDescription for Input field ClientStateUpdateMutationInput.name changed from None to A name for the state chosen by the user
Non-BreakingRdTestScheduleUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type SSRMSortModelType changed from None to Represent a sorting model for a server-side row model.
Non-BreakingDescription for Input field SSRMSortModelType.colId changed from None to Column Id to apply the sort to
Non-BreakingDescription for Input field SSRMSortModelType.sort changed from None to Sort direction
Non-BreakingDescription for type RdTestAttachmentType changed from None to Model for attachments of a test
Non-BreakingRdTestAttachmentType.thumbnail description changed from None to A thumbnail for this attachment from an external source
Non-BreakingRdTestAttachmentType.identifier description changed from None to (Together with test and type a unique) identifier of the attachment
Non-BreakingRdTestAttachmentType.meta description changed from None to Meta information about the attachment
Non-BreakingRdTestAttachmentType.id description changed from None to The ID of the object
Non-BreakingRdTestAttachmentType.file description changed from None to The attachment and its derivatives
Non-BreakingRdTestAttachmentType.test description changed from None to The test to which the attachment belongs
Non-BreakingRdTestAttachmentType.type description changed from None to The type of the attachment
Non-BreakingRdTestAttachmentType.name description changed from None to The name of the attachment
Non-BreakingRdTestAttachmentType.fileSize description changed from None to The size of the attachment in bytes.
Non-BreakingDisciplineCreateMutationPayload.discipline description changed from None to The mutated object.
Non-BreakingDisciplineCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingUnStarRdTestMutationPayload.rdTest description changed from None to The mutated object.
Non-BreakingUnStarRdTestMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field PresetUpdateMutationInput.id changed from None to ID of the "PresetType" to mutate
Non-BreakingDescription for Input field PresetUpdateMutationInput.data changed from None to The preset file
Non-BreakingDescription for Input field PresetUpdateMutationInput.discipline changed from None to The discipline to which the preset belongs
Non-BreakingDescription for Input field PresetUpdateMutationInput.contact changed from None to A contact person responsible for this preset.
Non-BreakingMilestoneUpdateMutationPayload.milestone description changed from None to The mutated object.
Non-BreakingMilestoneUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type PermissionTypeEdge changed from None to A Relay edge containing a PermissionType and its cursor.
Non-BreakingPermissionTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingPermissionTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for type WorkerDataTypeEdge changed from None to A Relay edge containing a WorkerDataType and its cursor.
Non-BreakingWorkerDataTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingWorkerDataTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingRequirementValuePrivatePublishMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingPresetUpdateMutationPayload.preset description changed from None to The mutated object.
Non-BreakingPresetUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription 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-BreakingDescription for Input field AnnouncementCreateMutationInput.content changed from None to The announcement's body. In Markdown format
Non-BreakingDescription for Input field AnnouncementCreateMutationInput.title changed from None to The announcement's title
Non-BreakingDescription for Input field AnnouncementCreateMutationInput.priority changed from None to Priority class of the announcement, defaults to 'info'
Non-BreakingDescription 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-BreakingDescription for Input field AnnouncementCreateMutationInput.endAt changed from None to If given, it specifies the end-time until which the announcement should be active.
Non-BreakingCollectionTagDeleteMutationPayload.collectionTag description changed from None to The mutated object.
Non-BreakingCollectionTagDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field MdmAttributeComponentDeleteMutationInput.id changed from None to ID of the "MdmAttributeComponentType" to mutate
Non-BreakingGroupTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingGroupTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingGroupTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for Input field ProjectDocumentUpdateMutationInput.name changed from None to The name of the attachment
Non-BreakingDescription for Input field ProjectDocumentUpdateMutationInput.id changed from None to ID of the "ProjectDocumentType" to mutate
Non-BreakingDescription for Input field ProjectDocumentUpdateMutationInput.file changed from None to The attachment with its derivatives
Non-BreakingDescription for type ProjectType changed from None to Database model for storing projects-related details.
Non-BreakingProjectType.description description changed from None to Description of the project.
Non-BreakingProjectType.besProjects description changed from None to The associated internal main project
Non-BreakingArgument projectId: ID added to ProjectType.besProjects
Non-BreakingArgument backendId: ID added to ProjectType.besProjects
Non-BreakingDescription for argument orderBy on field ProjectType.besProjects changed from None to Ordering
Non-BreakingProjectType.objectPermissions description changed from None to A list of permissions that the current user has for this object
Non-BreakingProjectType.id description changed from None to The ID of the object
Non-BreakingProjectType.name description changed from None to Name of the project
Non-BreakingProjectType.projectdocumentSet description changed from None to The project to which the document belongs
Non-BreakingArgument projectId: ID added to ProjectType.projectdocumentSet
Non-BreakingProjectType.milestonegroupSet description changed from None to The project the milestone group belongs to.
Non-BreakingArgument projectId: ID added to ProjectType.milestonegroupSet
Non-BreakingDescription for argument orderBy on field ProjectType.milestonegroupSet changed from None to Ordering
Non-BreakingProjectType.attributes description changed from None to The project to which the attribute belongs
Non-BreakingArgument projectId: ID added to ProjectType.attributes
Non-BreakingDescription for type RdTestAttachmentCreateMutationPayload changed from None to Mutation to create a test attachment.
Non-BreakingRdTestAttachmentCreateMutationPayload.rdTestAttachment description changed from None to The mutated object.
Non-BreakingRdTestAttachmentCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field CustomToolVersionAttributesInputType.customtoolAttributes changed from None to The customtool this object belongs to
Non-BreakingDescription for Input field CustomToolVersionAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed
Non-BreakingRdTestTemplateTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingRdTestTemplateTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingRdTestTemplateTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingUserNotificationDeleteMutationPayload.userNotification description changed from None to The mutated object.
Non-BreakingUserNotificationDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field MdmUnitCreateMutationInput.name changed from None to The name of the unit
Non-BreakingDescription for Input field MdmUnitCreateMutationInput.dimension changed from None to The dimension of the unit
Non-BreakingCollectionDeleteMutationPayload.collection description changed from None to The mutated object.
Non-BreakingCollectionDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingProjectDocumentDeleteMutationPayload.projectDocument description changed from None to The mutated object.
Non-BreakingProjectDocumentDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field RdTestAttachmentCreateMutationInput.thumbnail changed from None to A thumbnail for this attachment from an external source
Non-BreakingDescription for Input field RdTestAttachmentCreateMutationInput.identifier changed from None to (Together with test and type a unique) identifier of the attachment
Non-BreakingDescription for Input field RdTestAttachmentCreateMutationInput.meta changed from None to Meta information about the attachment
Non-BreakingDescription for Input field RdTestAttachmentCreateMutationInput.file changed from None to The attachment and its derivatives
Non-BreakingDescription for Input field RdTestAttachmentCreateMutationInput.test changed from None to The test to which the attachment belongs
Non-BreakingDescription for Input field RdTestAttachmentCreateMutationInput.type changed from None to The type of the attachment
Non-BreakingDescription for Input field RdTestAttachmentCreateMutationInput.name changed from None to The name of the attachment
Non-BreakingDescription 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 MdmAttributeComponentType changed from None to `Database model adding a component to an MdmAttribute A component describes what part of the test a given attribute describes. Examples are:

  • Vehicle
  • Barrier
  • Surface`
Non-BreakingMdmAttributeComponentType.description description changed from None to Description for the MdmAttributeComponent
Non-BreakingMdmAttributeComponentType.id description changed from None to The ID of the object
Non-BreakingMdmAttributeComponentType.locked description changed from None to Locked and only be editable by system users
Non-BreakingMdmAttributeComponentType.sourceId description changed from None to Original ID of the imported object used within the external storage
Non-BreakingMdmAttributeComponentType.name description changed from None to The name for the MdmAttributeComponent
Non-BreakingMdmAttributeComponentType.obsolete description changed from None to Whether this MdmAttributeComponent is obsolete or not.
Non-BreakingDescription 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-BreakingDescription for Input field MdmAttributeConfigurationCreateMutationInput.requiredAttribute changed from None to The attribute which will be required.
Non-BreakingDescription for Input field MdmAttributeConfigurationCreateMutationInput.scope changed from None to The model type on which this definition should be active.
Non-BreakingDescription for Input field WorkerDataUpsertMutationInput.value changed from None to Value of this worker data key
Non-BreakingDescription for Input field WorkerDataUpsertMutationInput.key changed from None to A unique key for the worker data.
Non-BreakingDescription for Input field RdTestAttributeUpdateMutationInput.value changed from None to The value of the attribute
Non-BreakingDescription for Input field RdTestAttributeUpdateMutationInput.comment changed from None to A comment for the attribute
Non-BreakingDescription for Input field RdTestAttributeUpdateMutationInput.id changed from None to ID of the "RdTestAttributeType" to mutate
Non-BreakingDescription for Input field RdTestAttributeUpdateMutationInput.test changed from None to The test to which the attribute belongs
Non-BreakingDescription for Input field RdTestAttributeUpdateMutationInput.name changed from None to The attribute label/caption
Non-BreakingDescription for Input field RdTestAttributeUpdateMutationInput.isoCode changed from None to The iso-code of the attribute
Non-BreakingMilestoneCreateMutationPayload.milestone description changed from None to The mutated object.
Non-BreakingMilestoneCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingMdmTestCaseUpdateMutationPayload.mdmTestCase description changed from None to The mutated object.
Non-BreakingMdmTestCaseUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription 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-BreakingDescription for Input field BesProjectUpdateMutationInput.backend changed from None to The backend system from which this project was loaded
Non-BreakingDescription for Input field BesProjectUpdateMutationInput.project changed from None to The associated internal main project
Non-BreakingDescription for Input field BesProjectUpdateMutationInput.id changed from None to ID of the "BesProjectType" to mutate
Non-BreakingDescription for Input field BesProjectUpdateMutationInput.name changed from None to The name of the project within the backend
Non-BreakingDescription for type LoadMdmRequirementsInput changed from None to Input arguments to filter project requirements.
Non-BreakingDescription for Input field LoadMdmRequirementsInput.pivotCols changed from None to Columns that have pivot on them
Non-BreakingDescription for Input field LoadMdmRequirementsInput.startRow changed from None to First row requested or undefined for all rows
Non-BreakingDescription for Input field LoadMdmRequirementsInput.valueCols changed from None to Columns that have aggregations on them
Non-BreakingDescription for Input field LoadMdmRequirementsInput.quickFilter changed from None to Filter over all items by a simple string value
Non-BreakingDescription for Input field LoadMdmRequirementsInput.endRow changed from None to Index after the last requested row or undefined for all rows
Non-BreakingDescription for Input field LoadMdmRequirementsInput.pivotMode changed from None to Defines if pivot mode is on or off
Non-BreakingDescription for Input field LoadMdmRequirementsInput.groupKeys changed from None to What groups the user is viewing
Non-BreakingDescription for Input field LoadMdmRequirementsInput.filterModel changed from None to If filtering, what the filter model is
Non-BreakingDescription for Input field LoadMdmRequirementsInput.sortModel changed from None to If sorting, what the sort model is
Non-BreakingDescription for Input field LoadMdmRequirementsInput.selectedProject changed from None to The ID of the selected project
Non-BreakingDescription for Input field LoadMdmRequirementsInput.rowGroupCols changed from None to Columns that are currently row grouped
Non-BreakingDescription 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-BreakingDescription for Input field MdmUnitUpdateMutationInput.name changed from None to The name of the unit
Non-BreakingDescription for Input field MdmUnitUpdateMutationInput.id changed from None to ID of the "MdmUnitType" to mutate
Non-BreakingDescription for Input field MdmUnitUpdateMutationInput.dimension changed from None to The dimension of the unit
Non-BreakingDescription for type RdTestTemplateCategoryTypeEdge changed from None to A Relay edge containing a RdTestTemplateCategoryType and its cursor.
Non-BreakingRdTestTemplateCategoryTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingRdTestTemplateCategoryTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for type MdmAttributeValueTypeEdge changed from None to A Relay edge containing a MdmAttributeValueType and its cursor.
Non-BreakingMdmAttributeValueTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingMdmAttributeValueTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingMdmThresholdCreateMutationPayload.mdmThreshold description changed from None to The mutated object.
Non-BreakingMdmThresholdCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type RdTestTaskTypeEdge changed from None to A Relay edge containing a RdTestTaskType and its cursor.
Non-BreakingRdTestTaskTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingRdTestTaskTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingInput Field referenceTest: ID was added to input type RequirementValuePrivateCreateMutationInput
Non-BreakingDescription for Input field RequirementValuePrivateCreateMutationInput.value changed from None to The value of the entry.
Non-BreakingDescription for Input field RequirementValuePrivateCreateMutationInput.comment changed from None to An optional comment
Non-BreakingDescription for Input field RequirementValuePrivateCreateMutationInput.projectrequirementattachmentSetAttributes changed from None to ``
Non-BreakingDescription for Input field RequirementValuePrivateCreateMutationInput.mdmThresholdRankOverride changed from None to A manual set MDM rank overwriting the calculated one for any value-version relation
Non-BreakingDescription for Input field RequirementValuePrivateCreateMutationInput.projectRequirement changed from None to The project requirement the value belongs to.
Non-BreakingProjectObjectPermissionDeleteMutationPayload.permissions description changed from None to A list of current permissions
Non-BreakingProjectObjectPermissionDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription 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-BreakingMdmAttributeConfigurationType.id description changed from None to The ID of the object
Non-BreakingMdmAttributeConfigurationType.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-BreakingMdmAttributeConfigurationType.scope description changed from None to The model type on which this definition should be active.
Non-BreakingMdmAttributeConfigurationType.requiredAttribute description changed from None to The attribute which will be required.
Non-BreakingDescription for Input field ClientStateUseMutationInput.id changed from None to ID of the "ClientStateType" to mutate
Non-BreakingDescription for type RdTestTemplateType changed from None to A template for used to add a set of predefined attribute/value combinations to a RdTest
Non-BreakingRdTestTemplateType.disciplines description changed from None to The disciplines this template is relevant to
Non-BreakingDescription for argument orderBy on field RdTestTemplateType.disciplines changed from None to Ordering
Non-BreakingRdTestTemplateType.description description changed from None to Description describing the purpose of the template
Non-BreakingRdTestTemplateType.rdtesttemplateattributeSet description changed from None to The template this attribute belongs to
Non-BreakingArgument templateId: ID added to RdTestTemplateType.rdtesttemplateattributeSet
Non-BreakingDescription for argument orderBy on field RdTestTemplateType.rdtesttemplateattributeSet changed from None to Ordering
Non-BreakingRdTestTemplateType.id description changed from None to The ID of the object
Non-BreakingRdTestTemplateType.category description changed from None to Category used to filter templates by specific use case
Non-BreakingRdTestTemplateType.createdBy description changed from None to The user who created the test template
Non-BreakingRdTestTemplateType.name description changed from None to The name for the Test Template
Non-BreakingDescription for Input field CustomToolAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed
Non-BreakingDescription for Input field CustomToolAttributesInputType.customtoolversionSetAttributes changed from None to ``
Non-BreakingDescription for type LoadProjectRequirementsResponse changed from None to Response type for retrieving a list of association groups for project requirements.
Non-BreakingLoadProjectRequirementsResponse.rows description changed from None to A list of rows
Non-BreakingLoadProjectRequirementsResponse.count description changed from None to The total number of existing rows for the applied filters
Non-BreakingLoadProjectRequirementsResponse.context description changed from None to A list of distinct context attributes that are returned by this response
Non-BreakingDescription for type MdmThresholdRankTypeEdge changed from None to A Relay edge containing a MdmThresholdRankType and its cursor.
Non-BreakingMdmThresholdRankTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingMdmThresholdRankTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingSettingUpdateMutationPayload.setting description changed from None to The mutated object.
Non-BreakingSettingUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field UserNotificationMarkAsReadMutationInput.id changed from None to ID of the "UserNotificationType" to mutate
Non-BreakingDescription for Input field CalculationRuleUpsertMutationInput.description changed from None to A description of the calculation rule
Non-BreakingDescription for Input field CalculationRuleUpsertMutationInput.definitions changed from None to JSON formatted inputs, permutations and tests of a calculation rule
Non-BreakingDescription for Input field CalculationRuleUpsertMutationInput.locked changed from None to Locked and only be editable by system users
Non-BreakingDescription for Input field CalculationRuleUpsertMutationInput.code changed from None to Code of the calculation rule
Non-BreakingDescription for Input field CalculationRuleUpsertMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage
Non-BreakingDescription for Input field CalculationRuleUpsertMutationInput.contextCondition changed from None to Context information about the object, formulated as a condition.
Non-BreakingDescription for Input field CalculationRuleUpsertMutationInput.name changed from None to Name of the calculation rule
Non-BreakingDescription for Input field CalculationRuleUpsertMutationInput.obsolete changed from None to Whether this calculation rule is obsolete or not
Non-BreakingBackendSystemDeleteMutationPayload.backendSystem description changed from None to The mutated object.
Non-BreakingBackendSystemDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field MdmAttributeCreateMutationInput.description changed from None to A description of what information is represented by this attribute
Non-BreakingDescription for Input field MdmAttributeCreateMutationInput.attributeType changed from None to The type of the attribute
Non-BreakingDescription 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-BreakingDescription for Input field MdmAttributeCreateMutationInput.identifier changed from None to Identifier of the attribute
Non-BreakingDescription for Input field MdmAttributeCreateMutationInput.component changed from None to The component this attribute is assigned to
Non-BreakingDescription for Input field MdmAttributeCreateMutationInput.locked changed from None to Locked and only be editable by system users
Non-BreakingDescription for Input field MdmAttributeCreateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage
Non-BreakingDescription for Input field MdmAttributeCreateMutationInput.valueList changed from None to value_list describing the possible values for this attribute
Non-BreakingDescription for Input field MdmAttributeCreateMutationInput.name changed from None to Human readable name of the attribute
Non-BreakingDescription for Input field MdmAttributeCreateMutationInput.datatype changed from None to Datatype of the attribute
Non-BreakingDescription for Input field MdmAttributeCreateMutationInput.isAssociationAttribute changed from None to Whether this attribute may be used as an association attribute
Non-BreakingDescription for Input field MdmAttributeCreateMutationInput.obsolete changed from None to Whether this attribute is obsolete or not
Non-BreakingDescription for type Mutation changed from None to Mutation definition for W3Sys.E.
Non-BreakingField executeCalculationRules was added to object type Mutation
Non-BreakingField updateMdmTestCaseAttachment was added to object type Mutation
Non-BreakingField createMdmTestCaseAttachment was added to object type Mutation
Non-BreakingField deleteMdmTestCaseAttachment was added to object type Mutation
Non-BreakingField executeCalculationRule was added to object type Mutation
Non-BreakingField cloneMdmTestCase was added to object type Mutation
Non-BreakingField updateCustomToolSetting was added to object type Mutation
Non-BreakingField fetchFilesRdTestAttachments was added to object type Mutation
Non-BreakingMutation.shareClientState description changed from None to Mutation to share an existing client state.
Non-BreakingMutation.updateRdTestAttachment description changed from None to Mutation to update a test attachment.
Non-BreakingMutation.deleteClientState description changed from None to Mutation to delete a client state.
Non-BreakingMutation.unshareClientState description changed from None to Mutation to unshare an existing client state.
Non-BreakingMutation.deleteRdTestAttachment description changed from None to Mutation to delete a test attachment.
Non-BreakingMutation.useClientState description changed from None to Mutation to use an existing client state.
Non-BreakingMutation.createCustomTool description changed from None to Mutation to upload a new custom tool.
Non-BreakingMutation.createRdTestAttachment description changed from None to Mutation to create a test attachment.
Non-BreakingMutation.deleteRdTestAttribute description changed from None to Mutation to delete a test attribute.
Non-BreakingMutation.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-BreakingMutation.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-BreakingMutation.createClientState description changed from None to Mutation to upload a new client state.
Non-BreakingMutation.createClientStateTag description changed from None to Mutation to upload a new client state tag.
Non-BreakingMutation.cloneProjectRequirement description changed from None to Clones a Project Requirement by the given ID
Non-BreakingMutation.cloneMdmRequirement description changed from None to Clones a MDM Requirement by the given ID
Non-BreakingMutation.createRdTestAttribute description changed from None to Mutation to create a test attribute.
Non-BreakingMutation.updateRdTestAttribute description changed from None to Mutation to update a test attribute.
Non-BreakingMutation.createProjectRequirementAttachment description changed from None to Mutation to upload a new project requirement attachment
Non-BreakingMutation.deleteUserToken description changed from None to Mutation to delete a user token
Non-BreakingMutation.updateClientState description changed from None to Mutation to update an existing client state.
Non-BreakingMutation.updateClientStateTag description changed from None to Mutation to update an existing client state tag.
Non-BreakingMutation.createUserToken description changed from None to Mutation to create a user token
Non-BreakingMutation.deleteCustomTool description changed from None to Mutation to delete a custom tool.
Non-BreakingMutation.deleteClientStateTag description changed from None to Mutation to delete a client state tag.
Non-BreakingMutation.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-BreakingMutation.updateCustomTool description changed from None to Mutation to update an existing custom tool.
Non-BreakingBesProjectCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingBesProjectCreateMutationPayload.besProject description changed from None to The mutated object.
Non-BreakingDescription for Input field ProjectAttributeDeleteMutationInput.id changed from None to ID of the "ProjectAttributeType" to mutate
Non-BreakingMdmRequirementCreateMutationPayload.mdmRequirement description changed from None to The mutated object.
Non-BreakingMdmRequirementCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingPresetBrickCreateMutationPayload.presetBrick description changed from None to The mutated object.
Non-BreakingPresetBrickCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingTaskTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingTaskTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingTaskTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingMdmDimensionUpdateMutationPayload.mdmDimension description changed from None to The mutated object.
Non-BreakingMdmDimensionUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingRdTestTemplateCategoryTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingRdTestTemplateCategoryTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingRdTestTemplateCategoryTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for type MilestoneGroupType changed from None to A MilestoneGroup can have one or more Milestones.
Non-BreakingMilestoneGroupType.description description changed from None to Description of the milestone group
Non-BreakingMilestoneGroupType.isMaster description changed from None to Marking Milestone group as master
Non-BreakingMilestoneGroupType.milestoneSet description changed from None to The group the milestone belongs to
Non-BreakingArgument milestoneGroupId: ID added to MilestoneGroupType.milestoneSet
Non-BreakingArgument parentMilestoneId: ID added to MilestoneGroupType.milestoneSet
Non-BreakingMilestoneGroupType.project description changed from None to The project the milestone group belongs to.
Non-BreakingMilestoneGroupType.id description changed from None to The ID of the object
Non-BreakingMilestoneGroupType.name description changed from None to Name of the milestone group
Non-BreakingDescription for type PageInfo changed from None to The Relay compliant PageInfo type, containing data necessary to paginate this connection.
Non-BreakingPageInfo.hasNextPage description changed from None to When paginating forwards, are there more items?
Non-BreakingPageInfo.startCursor description changed from None to When paginating backwards, the cursor to continue.
Non-BreakingPageInfo.hasPreviousPage description changed from None to When paginating backwards, are there more items?
Non-BreakingPageInfo.endCursor description changed from None to When paginating forwards, the cursor to continue.
Non-BreakingDescription for type PersonType changed from None to Database model for a person.
Non-BreakingPersonType.lastName description changed from None to Surname of the person.
Non-BreakingPersonType.title description changed from None to Title of the person.
Non-BreakingPersonType.firstName description changed from None to First name of the person.
Non-BreakingPersonType.id description changed from None to The ID of the object
Non-BreakingPersonType.phone description changed from None to Phone number of the person.
Non-BreakingPersonType.department description changed from None to Department within the organization for which the person works.
Non-BreakingPersonType.email description changed from None to Email adress of the person.
Non-BreakingPersonType.organization description changed from None to Organization for which the person works.
Non-BreakingDescription for type ProjectTypeTypeEdge changed from None to A Relay edge containing a ProjectTypeType and its cursor.
Non-BreakingProjectTypeTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingProjectTypeTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-Breaking

Description for type ProjectRequirementAttachmentType changed from None to `This model represents an attachment belonging to one project requirement. The project requirement has one requirement value and the attachment automatically belongs to the requirement value of the project requirement.

Therefore, the M2M connection to RequirementValue from the former model is removed here. (see decision in #5133)`

Non-BreakingProjectRequirementAttachmentType.user description changed from None to The user who uploaded the attachment.
Non-BreakingProjectRequirementAttachmentType.objectPermissions description changed from None to A list of permissions that the current user has for this object
Non-BreakingProjectRequirementAttachmentType.id description changed from None to The ID of the object
Non-BreakingProjectRequirementAttachmentType.file description changed from None to The attachment with its derivatives
Non-BreakingProjectRequirementAttachmentType.requirementValue description changed from None to The requirement value the attachment belongs to.
Non-BreakingProjectRequirementAttachmentType.name description changed from None to The name of the attachment
Non-BreakingDescription for Input field CollectionTagDeleteMutationInput.id changed from None to ID of the "CollectionTagType" to mutate
Non-BreakingDescription for Input field MdmAttributeValueDeleteMutationInput.id changed from None to ID of the "MdmAttributeValueType" to mutate
Non-BreakingDescription for Input field MdmRequirementDeleteMutationInput.id changed from None to ID of the "MdmRequirementType" to mutate
Non-BreakingColumnValueType.value description changed from None to The actual value of the cell
Non-BreakingColumnValueType.id description changed from None to The ID of the attribute if the cell displays an attribute
Non-BreakingMdmAttributeTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingMdmAttributeTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingMdmAttributeTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for type TaskType changed from None to Represents a background job, which is processed by asynchronously.
Non-BreakingField comment was added to object type TaskType
Non-BreakingField updatedAt was added to object type TaskType
Non-BreakingTaskType.user description changed from None to User with whose rights the task is executed
Non-BreakingTaskType.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-BreakingTaskType.id description changed from None to The ID of the object
Non-BreakingTaskType.status description changed from None to Current status of the task
Non-BreakingTaskType.worker description changed from None to Worker which handled the task
Non-BreakingTaskType.parameters description changed from None to Additional kwargs of the task, JSON formatted
Non-BreakingTaskType.queue description changed from None to Queue the task belongs to
Non-BreakingTaskType.method description changed from None to Name of the method which should be called on the worker
Non-BreakingTaskType.name description changed from None to Human readable task name
Non-BreakingTaskType.inputArchive description changed from None to Optional input archive which is automatically provided to the worker task
Non-BreakingDescription for Input field WorkerDataCreateMutationInput.value changed from None to Value of this worker data key
Non-BreakingDescription for Input field WorkerDataCreateMutationInput.key changed from None to A unique key for the worker data.
Non-BreakingUserTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingUserTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingUserTypeConnection.activeCount description changed from None to The total count of active users.
Non-BreakingUserTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for type CalculationRuleTypeEdge changed from None to A Relay edge containing a CalculationRuleType and its cursor.
Non-BreakingCalculationRuleTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingCalculationRuleTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for Input field MdmAttributeValueListUpdateMutationInput.description changed from None to A description of the value list
Non-BreakingDescription for Input field MdmAttributeValueListUpdateMutationInput.entriesAttributes changed from None to ``
Non-BreakingDescription for Input field MdmAttributeValueListUpdateMutationInput.id changed from None to ID of the "MdmAttributeValueListType" to mutate
Non-BreakingDescription for Input field MdmAttributeValueListUpdateMutationInput.locked changed from None to Locked and only be editable by system users
Non-BreakingDescription for Input field MdmAttributeValueListUpdateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage
Non-BreakingDescription for Input field MdmAttributeValueListUpdateMutationInput.name changed from None to The name of the value list
Non-BreakingDescription for Input field MdmAttributeValueListUpdateMutationInput.obsolete changed from None to Whether this value list is obsolete or not
Non-Breaking

Description for type MdmThresholdRankType changed from None to `A database model for mdm threshold ranks. A threshold rank is the definition of a color (and a text) describing a possible result of a threshold.

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-BreakingMdmThresholdRankType.description description changed from None to A description of the threshold rank.
Non-BreakingMdmThresholdRankType.color description changed from None to Color of the threshold rank.
Non-BreakingMdmThresholdRankType.id description changed from None to The ID of the object
Non-BreakingMdmThresholdRankType.name description changed from None to Name of the threshold rank.
Non-BreakingMdmThresholdRankType.rank description changed from None to Rank of the threshold rank.
Non-BreakingMdmThresholdRankType.obsolete description changed from None to Whether this threshold rank is obsolete or not.
Non-BreakingDescription for type MdmRequirementDocumentTypeEdge changed from None to A Relay edge containing a MdmRequirementDocumentType and its cursor.
Non-BreakingMdmRequirementDocumentTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingMdmRequirementDocumentTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for Input field PresetBrickDeleteMutationInput.id changed from None to ID of the "PresetBrickType" to mutate
Non-BreakingDescription for Input field MilestoneUpdateMutationInput.description changed from None to Description of the Milestone.
Non-BreakingDescription for Input field MilestoneUpdateMutationInput.parentMilestone changed from None to ``
Non-BreakingDescription for Input field MilestoneUpdateMutationInput.plannedAt changed from None to The point in time at which the milestone is to be fulfilled.
Non-BreakingDescription for Input field MilestoneUpdateMutationInput.id changed from None to ID of the "MilestoneType" to mutate
Non-BreakingDescription for Input field MilestoneUpdateMutationInput.dateShift changed from None to The number of days between the base milestone and this one.
Non-BreakingDescription for Input field MilestoneUpdateMutationInput.name changed from None to Name of the Milestone
Non-BreakingDescription for type DisciplineType changed from None to Database model for a discipline.
Non-BreakingDisciplineType.identifier description changed from None to A unique identifier for the discipline
Non-BreakingDisciplineType.id description changed from None to The ID of the object
Non-BreakingDisciplineType.name description changed from None to A readable name for the discipline
Non-BreakingMdmAttributeTypeCreateMutationPayload.mdmAttributeType description changed from None to The mutated object.
Non-BreakingMdmAttributeTypeCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type ArtifactContentType changed from None to Artifact content: List of file names in artifact.
Non-BreakingMdmAttributeConfigurationDeleteMutationPayload.mdmAttributeConfiguration description changed from None to The mutated object.
Non-BreakingMdmAttributeConfigurationDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field MdmThresholdRankCreateMutationInput.description changed from None to A description of the threshold rank.
Non-BreakingDescription for Input field MdmThresholdRankCreateMutationInput.color changed from None to Color of the threshold rank.
Non-BreakingDescription for Input field MdmThresholdRankCreateMutationInput.rank changed from None to Rank of the threshold rank.
Non-BreakingDescription for Input field MdmThresholdRankCreateMutationInput.name changed from None to Name of the threshold rank.
Non-BreakingDescription for Input field MdmThresholdRankCreateMutationInput.obsolete changed from None to Whether this threshold rank is obsolete or not.
Non-BreakingDescription for Input field WorkerDataUpdateMutationInput.value changed from None to Value of this worker data key
Non-BreakingDescription for Input field WorkerDataUpdateMutationInput.id changed from None to ID of the "WorkerDataType" to mutate
Non-BreakingDescription for Input field WorkerDataUpdateMutationInput.key changed from None to A unique key for the worker data.
Non-BreakingRequirementValuePrivateCreateMutationPayload.requirementValuePrivate description changed from None to The mutated object.
Non-BreakingRequirementValuePrivateCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field RequirementValuePrivateDeleteMutationInput.id changed from None to ID of the "RequirementValuePrivateType" to mutate
Non-BreakingDescription for type LoadUsersInput changed from None to Input arguments to filter users.
Non-BreakingDescription for Input field LoadUsersInput.pivotCols changed from None to Columns that have pivot on them
Non-BreakingDescription for Input field LoadUsersInput.startRow changed from None to First row requested or undefined for all rows
Non-BreakingDescription for Input field LoadUsersInput.valueCols changed from None to Columns that have aggregations on them
Non-BreakingDescription for Input field LoadUsersInput.quickFilter changed from None to Filter over all items by a simple string value
Non-BreakingDescription for Input field LoadUsersInput.endRow changed from None to Index after the last requested row or undefined for all rows
Non-BreakingDescription for Input field LoadUsersInput.pivotMode changed from None to Defines if pivot mode is on or off
Non-BreakingDescription for Input field LoadUsersInput.groupKeys changed from None to What groups the user is viewing
Non-BreakingDescription for Input field LoadUsersInput.filterModel changed from None to If filtering, what the filter model is
Non-BreakingDescription for Input field LoadUsersInput.sortModel changed from None to If sorting, what the sort model is
Non-BreakingDescription 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-BreakingDescription for Input field LoadUsersInput.rowGroupCols changed from None to Columns that are currently row grouped
Non-BreakingPresetTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingPresetTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingPresetTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingProjectUpdateMutationPayload.project description changed from None to The mutated object.
Non-BreakingProjectUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type ClientStateDeleteMutationPayload changed from None to Mutation to delete a client state.
Non-BreakingClientStateDeleteMutationPayload.clientState description changed from None to The mutated object.
Non-BreakingClientStateDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-Breaking

Description for type UserType changed from None to `Extending the abstract base class of the User model

It is defined within the django settings as AUTH_USER_MODEL. Use get_user_model from django.contrib.auth to import this class.`

Non-BreakingUserType.disciplines description changed from None to List of disciplines the user belongs to
Non-BreakingDescription for argument orderBy on field UserType.disciplines changed from None to Ordering
Non-BreakingUserType.isActive description changed from None to Designates whether this user should be treated as active. Unselect this instead of deleting accounts.
Non-BreakingUserType.external description changed from None to A flag indicating whether the user authenticated via an external IDP.
Non-BreakingUserType.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-BreakingArgument extension_Roles_Id: ID added to UserType.groups
Non-BreakingDescription for argument orderBy on field UserType.groups changed from None to Ordering
Non-BreakingUserType.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-BreakingArgument permissions_Id: ID added to UserType.roles
Non-BreakingDescription for argument orderBy on field UserType.roles changed from None to Ordering
Non-BreakingUserType.username description changed from None to Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
Non-BreakingUserType.layout description changed from None to Frontend layout the user has been chosen.
Non-BreakingUserType.isSuperuser description changed from None to Designates that this user has all permissions without explicitly assigning them.
Non-BreakingUserType.objectRoles description changed from None to List of role names associated with this user and the given object (has_roles_for_object filter)
Non-BreakingUserType.displayName description changed from None to A human readable username
Non-BreakingUserType.usertokenSet description changed from None to The user for whom the token is valid
Non-BreakingDescription for argument orderBy on field UserType.usertokenSet changed from None to Ordering
Non-BreakingUserType.userPermissions description changed from None to Specific permissions for this user.
Non-BreakingDescription for argument orderBy on field UserType.userPermissions changed from None to Ordering
Non-BreakingUserType.id description changed from None to The ID of the object
Non-BreakingUserType.isStaff description changed from None to Designates whether the user can log into this admin site.
Non-BreakingUserType.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-BreakingUserType.system description changed from None to A flag indicating whether the user is a system user.
Non-BreakingDescription for Input field MdmAttributeTypeDeleteMutationInput.id changed from None to ID of the "MdmAttributeTypeType" to mutate
Non-BreakingCollectionCreateMutationPayload.collection description changed from None to The mutated object.
Non-BreakingCollectionCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-Breaking

Description for type CollectionType changed from None to `Database model for a collection.

A collection is a set of tests.`

Non-BreakingCollectionType.description description changed from None to A description of the collection
Non-BreakingCollectionType.id description changed from None to The ID of the object
Non-BreakingCollectionType.owner description changed from None to The user who owns the collection
Non-BreakingArgument besProjectId_In: [ID] added to CollectionType.tests
Non-BreakingArgument besProject_ProjectId: ID added to CollectionType.tests
Non-BreakingArgument besProjectId: ID added to CollectionType.tests
Non-BreakingArgument besProject_ProjectId_In: [ID] added to CollectionType.tests
Non-BreakingDescription for argument orderBy on field CollectionType.tests changed from None to Ordering
Non-BreakingCollectionType.discipline description changed from None to The discipline to which the collection belongs
Non-BreakingCollectionType.testsCount description changed from None to The total count of objects that a user has permissions for
Non-BreakingCollectionType.lastUsed description changed from None to Specifies when the collection was last used
Non-BreakingCollectionType.name description changed from None to Name of the collection
Non-BreakingCollectionType.accessRight description changed from None to Specifies how users other than the creator can access the collection
Non-BreakingCollectionType.tagsCount description changed from None to The total count of objects that a user has permissions for
Non-BreakingProjectAttributeTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingProjectAttributeTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingProjectAttributeTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for Input field RoleDeleteMutationInput.id changed from None to ID of the "RoleType" to mutate
Non-BreakingDescription for Input field RdTestTemplateAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed
Non-BreakingDescription for Input field RdTestTemplateAttributesInputType.rdtesttemplateattributeSetAttributes changed from None to ``
Non-Breaking

Description for type MdmAttributeValueListType changed from None to `A database model for mdm value lists. Besides some meta-info these lists contain instances of MdmAttributeValue as entries, which are specific (possible) values the mdm attribute connected to this list can have.

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-BreakingMdmAttributeValueListType.description description changed from None to A description of the value list
Non-BreakingMdmAttributeValueListType.id description changed from None to The ID of the object
Non-BreakingMdmAttributeValueListType.locked description changed from None to Locked and only be editable by system users
Non-BreakingMdmAttributeValueListType.sourceId description changed from None to Original ID of the imported object used within the external storage
Non-BreakingMdmAttributeValueListType.name description changed from None to The name of the value list
Non-BreakingMdmAttributeValueListType.entries description changed from None to The value list to which the attribute value belongs
Non-BreakingArgument valueListId: ID added to MdmAttributeValueListType.entries
Non-BreakingDescription for argument orderBy on field MdmAttributeValueListType.entries changed from None to Ordering
Non-BreakingMdmAttributeValueListType.obsolete description changed from None to Whether this value list is obsolete or not
Non-BreakingMilestoneGroupUpdateMutationPayload.milestoneGroup description changed from None to The mutated object.
Non-BreakingMilestoneGroupUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type ClientStateTagCreateMutationPayload changed from None to Mutation to upload a new client state tag.
Non-BreakingClientStateTagCreateMutationPayload.clientStateTag description changed from None to The mutated object.
Non-BreakingClientStateTagCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type ArtifactTypeEdge changed from None to A Relay edge containing a ArtifactType and its cursor.
Non-BreakingArtifactTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingArtifactTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for Input field RdTestTemplateAttributeUpdateMutationInput.template changed from None to The template this attribute belongs to
Non-BreakingDescription for Input field RdTestTemplateAttributeUpdateMutationInput.value changed from None to The value of the attribute
Non-BreakingDescription for Input field RdTestTemplateAttributeUpdateMutationInput.comment changed from None to A comment for the attribute
Non-BreakingDescription for Input field RdTestTemplateAttributeUpdateMutationInput.id changed from None to ID of the "RdTestTemplateAttributeType" to mutate
Non-BreakingDescription for Input field RdTestTemplateAttributeUpdateMutationInput.name changed from None to The attribute label/caption
Non-BreakingDescription for Input field RdTestTemplateAttributeUpdateMutationInput.isoCode changed from None to The iso-code of the attribute
Non-BreakingDescription for Input field MilestoneGroupCreateMutationInput.description changed from None to Description of the milestone group
Non-BreakingDescription for Input field MilestoneGroupCreateMutationInput.isMaster changed from None to Marking Milestone group as master
Non-BreakingDescription for Input field MilestoneGroupCreateMutationInput.project changed from None to The project the milestone group belongs to.
Non-BreakingDescription for Input field MilestoneGroupCreateMutationInput.name changed from None to Name of the milestone group
Non-BreakingDescription for Input field CalculationRuleUpdateMutationInput.description changed from None to A description of the calculation rule
Non-BreakingDescription for Input field CalculationRuleUpdateMutationInput.definitions changed from None to JSON formatted inputs, permutations and tests of a calculation rule
Non-BreakingDescription for Input field CalculationRuleUpdateMutationInput.id changed from None to ID of the "CalculationRuleType" to mutate
Non-BreakingDescription for Input field CalculationRuleUpdateMutationInput.locked changed from None to Locked and only be editable by system users
Non-BreakingDescription for Input field CalculationRuleUpdateMutationInput.code changed from None to Code of the calculation rule
Non-BreakingDescription for Input field CalculationRuleUpdateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage
Non-BreakingDescription for Input field CalculationRuleUpdateMutationInput.contextCondition changed from None to Context information about the object, formulated as a condition.
Non-BreakingDescription for Input field CalculationRuleUpdateMutationInput.name changed from None to Name of the calculation rule
Non-BreakingDescription for Input field CalculationRuleUpdateMutationInput.obsolete changed from None to Whether this calculation rule is obsolete or not
Non-Breaking

Description for type ClientStateTagType changed from None to `Database model for client state tags.

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-BreakingClientStateTagType.description description changed from None to A detailed description what the purpose of the tag is and what it is used for
Non-BreakingClientStateTagType.identifier description changed from None to Unique identifier for client state tag
Non-BreakingClientStateTagType.id description changed from None to The ID of the object
Non-BreakingClientStateTagType.clientstateSet description changed from None to Arbitrary tags that help the client to distinguish different kinds of state
Non-BreakingDescription for argument orderBy on field ClientStateTagType.clientstateSet changed from None to Ordering
Non-BreakingClientStateTagType.label description changed from None to A short human-readable label that makes the tag easily distinguishable
Non-BreakingDescription for Input field BesProjectDeleteMutationInput.id changed from None to ID of the "BesProjectType" to mutate
Non-BreakingDescription for type BesProjectTypeEdge changed from None to A Relay edge containing a BesProjectType and its cursor.
Non-BreakingBesProjectTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingBesProjectTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for Input field WorkerDataDeleteMutationInput.id changed from None to ID of the "WorkerDataType" to mutate
Non-BreakingProjectTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingProjectTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingProjectTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for type LoadMdmRequirementsResponse changed from None to Response type for retrieving a list of association groups for project requirements.
Non-BreakingLoadMdmRequirementsResponse.rows description changed from None to A list of rows
Non-BreakingLoadMdmRequirementsResponse.count description changed from None to The total number of existing rows for the applied filters
Non-BreakingLoadMdmRequirementsResponse.context description changed from None to A list of distinct context attributes that are returned by this response
Non-BreakingDescription for type AuditLogTypeEdge changed from None to A Relay edge containing a AuditLogType and its cursor.
Non-BreakingAuditLogTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingAuditLogTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for Input field ProjectRequirementUpdateMutationInput.description changed from None to A description of the requirement.
Non-BreakingDescription for Input field ProjectRequirementUpdateMutationInput.contextCondition changed from None to Context information about the object, formulated as a condition.
Non-BreakingDescription for Input field ProjectRequirementUpdateMutationInput.id changed from None to ID of the "ProjectRequirementType" to mutate
Non-BreakingDescription for Input field ProjectRequirementUpdateMutationInput.createdBy changed from None to The user who created the version
Non-BreakingDescription for Input field ProjectRequirementUpdateMutationInput.projectThresholdsAttributes changed from None to ``
Non-BreakingDescription for Input field ProjectRequirementUpdateMutationInput.mdmAttribute changed from None to An attribute that can be assigned to the requirement.
Non-BreakingDescription for Input field ProjectRequirementUpdateMutationInput.name changed from None to Name of the requirement.
Non-BreakingDescription for Input field RdTestAttributesInputType.attachmentsAttributes changed from None to ``
Non-BreakingDescription for Input field RdTestAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed
Non-BreakingDescription for Input field RdTestAttributesInputType.attributesAttributes changed from None to ``
Non-BreakingDescription for Input field MdmAttributeTypeUpsertMutationInput.description changed from None to A description of the type
Non-BreakingDescription for Input field MdmAttributeTypeUpsertMutationInput.identifier changed from None to Identifier of the attribute type
Non-BreakingDescription for Input field MdmAttributeTypeUpsertMutationInput.name changed from None to Human readable name of the attribute type
Non-BreakingDescription for Input field MdmAttributeTypeUpsertMutationInput.obsolete changed from None to Whether this attribute type is obsolete or not
Non-BreakingProjectAttributeCreateMutationPayload.projectAttribute description changed from None to The mutated object.
Non-BreakingProjectAttributeCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field CollectionTagCreateMutationInput.name changed from None to The name of the tag
Non-BreakingDescription for Input field CollectionTagCreateMutationInput.description changed from None to A description what this tag describes
Non-BreakingBackendSystemUpdateMutationPayload.backendSystem description changed from None to The mutated object.
Non-BreakingBackendSystemUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingProjectDocumentCreateMutationPayload.projectDocument description changed from None to The mutated object.
Non-BreakingProjectDocumentCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field ProjectAttributeCreateMutationInput.attribute changed from None to The attribute to specify
Non-BreakingDescription for Input field ProjectAttributeCreateMutationInput.value changed from None to The value of the attribute
Non-BreakingDescription for Input field ProjectAttributeCreateMutationInput.project changed from None to The project to which the attribute belongs
Non-BreakingMdmRequirementTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingMdmRequirementTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingMdmRequirementTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingSettingTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingSettingTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingSettingTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingInput Field referenceTest: ID was added to input type RequirementValueUpdateMutationInput
Non-BreakingDescription for Input field RequirementValueUpdateMutationInput.value changed from None to The value of the entry.
Non-BreakingDescription for Input field RequirementValueUpdateMutationInput.comment changed from None to An optional comment
Non-BreakingDescription for Input field RequirementValueUpdateMutationInput.id changed from None to ID of the "RequirementValueType" to mutate
Non-BreakingDescription for Input field RequirementValueUpdateMutationInput.projectrequirementattachmentSetAttributes changed from None to ``
Non-BreakingDescription for Input field RequirementValueUpdateMutationInput.mdmThresholdRankOverride changed from None to A manual set MDM rank overwriting the calculated one for any value-version relation
Non-BreakingDescription for Input field RequirementValueUpdateMutationInput.projectRequirement changed from None to The project requirement the value belongs to.
Non-BreakingPresetBrickUpdateMutationPayload.presetBrick description changed from None to The mutated object.
Non-BreakingPresetBrickUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type RdTestAttachmentUpdateMutationPayload changed from None to Mutation to update a test attachment.
Non-BreakingRdTestAttachmentUpdateMutationPayload.rdTestAttachment description changed from None to The mutated object.
Non-BreakingRdTestAttachmentUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type MdmUnitTypeEdge changed from None to A Relay edge containing a MdmUnitType and its cursor.
Non-BreakingMdmUnitTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingMdmUnitTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingClientStateTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingClientStateTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingClientStateTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for Input field RdTestTemplateDeleteMutationInput.id changed from None to ID of the "RdTestTemplateType" to mutate
Non-BreakingInput Field comment: String was added to input type CustomToolRunMutationInput
Non-BreakingMdmAttributeConfigurationTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingMdmAttributeConfigurationTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingMdmAttributeConfigurationTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for type MdmThresholdTypeEdge changed from None to A Relay edge containing a MdmThresholdType and its cursor.
Non-BreakingMdmThresholdTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingMdmThresholdTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for Input field CollectionTagUpdateMutationInput.name changed from None to The name of the tag
Non-BreakingDescription for Input field CollectionTagUpdateMutationInput.description changed from None to A description what this tag describes
Non-BreakingDescription for Input field CollectionTagUpdateMutationInput.id changed from None to ID of the "CollectionTagType" to mutate
Non-BreakingDescription for Input field ProjectTestCaseUpdateMutationInput.description changed from None to A description of the project test case
Non-BreakingDescription for Input field ProjectTestCaseUpdateMutationInput.id changed from None to ID of the "ProjectTestCaseType" to mutate
Non-BreakingDescription for Input field ProjectTestCaseUpdateMutationInput.projectrequirementSetAttributes changed from None to ``
Non-BreakingDescription for Input field ProjectTestCaseUpdateMutationInput.contextCondition changed from None to Context information about the object, formulated as a condition.
Non-BreakingDescription for Input field ProjectTestCaseUpdateMutationInput.name changed from None to Name of the project test case
Non-BreakingDescription for Input field ProjectTestCaseUpdateMutationInput.obsolete changed from None to Whether this project test case is obsolete or not
Non-BreakingDescription for Input field MdmRequirementDocumentAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed
Non-BreakingDescription for Input field MdmRequirementDocumentAttributesInputType.mdmRequirementAttributes changed from None to The MDM requirement to which the document belongs
Non-BreakingRdTestUpdateMutationPayload.rdTest description changed from None to The mutated object.
Non-BreakingRdTestUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-Breaking

Description for type UserTokenType changed from None to `A model that represents a user token.

There are two types of user tokens:

  • a job token which is used for exactly one job and deleted after the job is done.
  • an API token which is valid until a user revokes the token`
Non-BreakingUserTokenType.user description changed from None to The user for whom the token is valid
Non-BreakingUserTokenType.id description changed from None to The ID of the object
Non-BreakingUserTokenType.isActive description changed from None to Whether token is expired or not
Non-BreakingUserTokenType.api description changed from None to Boolean value indicating whether token is an api token
Non-BreakingUserTokenType.expiresAt description changed from None to Expiration date of the token
Non-BreakingUserTokenType.lastUsed description changed from None to Last time the token was used for authentication
Non-BreakingUserTokenType.name description changed from None to Optional name of the token
Non-BreakingMdmRequirementDocumentCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingMdmRequirementDocumentCreateMutationPayload.mdmRequirementDocument description changed from None to The mutated object.
Non-BreakingContentTypeTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingContentTypeTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for Input field ClientStateShareMutationInput.id changed from None to ID of the "ClientStateType" to mutate
Non-BreakingDescription for Input field UserNotificationDeleteMutationInput.id changed from None to ID of the "UserNotificationType" to mutate
Non-BreakingProjectTypeUpdateMutationPayload.projectType description changed from None to The mutated object.
Non-BreakingProjectTypeUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field PresetDeleteMutationInput.id changed from None to ID of the "PresetType" to mutate
Non-BreakingMdmAttributeComponentTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingMdmAttributeComponentTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingMdmAttributeComponentTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for type RequirementValuePrivateTypeEdge changed from None to A Relay edge containing a RequirementValuePrivateType and its cursor.
Non-BreakingRequirementValuePrivateTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingRequirementValuePrivateTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for Input field RdTestAttributeCreateMutationInput.value changed from None to The value of the attribute
Non-BreakingDescription for Input field RdTestAttributeCreateMutationInput.comment changed from None to A comment for the attribute
Non-BreakingDescription for Input field RdTestAttributeCreateMutationInput.test changed from None to The test to which the attribute belongs
Non-BreakingDescription for Input field RdTestAttributeCreateMutationInput.name changed from None to The attribute label/caption
Non-BreakingDescription for Input field RdTestAttributeCreateMutationInput.isoCode changed from None to The iso-code of the attribute
Non-BreakingDescription for Input field MdmAttributeTypeCreateMutationInput.description changed from None to A description of the type
Non-BreakingDescription for Input field MdmAttributeTypeCreateMutationInput.identifier changed from None to Identifier of the attribute type
Non-BreakingDescription for Input field MdmAttributeTypeCreateMutationInput.name changed from None to Human readable name of the attribute type
Non-BreakingDescription for Input field MdmAttributeTypeCreateMutationInput.obsolete changed from None to Whether this attribute type is obsolete or not
Non-BreakingDescription for type Node changed from None to An object with an ID
Non-BreakingNode.id description changed from None to The ID of the object
Non-BreakingDescription for Input field MdmThresholdDeleteMutationInput.id changed from None to ID of the "MdmThresholdType" to mutate
Non-BreakingDescription for type BackendSystemType changed from None to A result data backend, e.g., Visverdi, CAE-Bench, etc
Non-BreakingBackendSystemType.identifier description changed from None to The name of the backend system
Non-BreakingBackendSystemType.userTokenRequired description changed from None to Determines if a user token is required to access this backend
Non-BreakingBackendSystemType.id description changed from None to The ID of the object
Non-BreakingBackendSystemType.updatable description changed from None to Marks the backend system to support polling for updates
Non-BreakingBackendSystemType.name description changed from None to A human-friendly name of the backend system
Non-BreakingDescription for type Query changed from None to Query definition for W3Sys.E.
Non-BreakingField matchByRdTestProjectTestCase was added to object type Query
Non-BreakingField loadCalculationRules was added to object type Query
Non-BreakingField matchByValueProjectRequirement was added to object type Query
Non-BreakingField mdmTestCaseAttachment was added to object type Query
Non-BreakingField history was added to object type Query
Non-BreakingField matchByRdTestProjectRequirement was added to object type Query
Non-BreakingField allMdmTestCaseAttachments was added to object type Query
Non-BreakingDescription for argument id on field Query.user changed from None to The ID of the object
Non-BreakingDescription for argument orderBy on field Query.allMdmAttributeComponents changed from None to Ordering
Non-BreakingDescription for argument id on field Query.milestoneGroup changed from None to The ID of the object
Non-BreakingDescription for argument orderBy on field Query.allAnnouncements changed from None to Ordering
Non-BreakingDescription for argument id on field Query.projectDocument changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.rdTestTemplate changed from None to The ID of the object
Non-BreakingArgument milestoneGroupId: ID added to Query.allMilestones
Non-BreakingArgument parentMilestoneId: ID added to Query.allMilestones
Non-BreakingDescription for argument id on field Query.mdmThresholdRank changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.rdTestAttachment changed from None to The ID of the object
Non-BreakingDescription for argument orderBy on field Query.allPermissions changed from None to Ordering
Non-BreakingDescription for argument id on field Query.person changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.collection changed from None to The ID of the object
Non-BreakingDescription for argument orderBy on field Query.allProjectTestCases changed from None to Ordering
Non-BreakingDescription for argument orderBy on field Query.allMdmThresholdRanks changed from None to Ordering
Non-BreakingQuery.loadProjectRequirements description changed from None to Load project requirements via server-side row model
Non-BreakingDescription for argument input on field Query.loadProjectRequirements changed from None to Request definition
Non-BreakingArgument attributeTypeId: ID added to Query.allMdmAttributes
Non-BreakingArgument valueListId: ID added to Query.allMdmAttributes
Non-BreakingDescription for argument orderBy on field Query.allMdmAttributes changed from None to Ordering
Non-BreakingDescription for argument canHaveThreshold on field Query.allMdmAttributes changed from None to Filter attributes that can or cannot have thresholds
Non-BreakingDescription for argument search on field Query.allMdmAttributes changed from None to Quick filter
Non-BreakingDescription for argument hasValueList on field Query.allMdmAttributes changed from None to Filter attributes that have or don't have a value list
Non-BreakingArgument contactId: ID added to Query.allPresets
Non-BreakingArgument disciplineId: ID added to Query.allPresets
Non-BreakingDescription for argument orderBy on field Query.allPresets changed from None to Ordering
Non-BreakingArgument roles_Id_In: [ID] added to Query.allUsers
Non-BreakingArgument roles_Id: ID added to Query.allUsers
Non-BreakingDescription for argument orderBy on field Query.allUsers changed from None to Ordering
Non-BreakingArgument disciplineId_In: [ID] added to Query.allCollections
Non-BreakingArgument disciplineId: ID added to Query.allCollections
Non-BreakingDescription for argument id on field Query.mdmAttributeValue changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.gridSetting changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.mdmUnit changed from None to The ID of the object
Non-BreakingDescription for argument orderBy on field Query.allClientStateTags changed from None to Ordering
Non-BreakingDescription for argument orderBy on field Query.allUserTokens changed from None to Ordering
Non-BreakingDescription for argument id on field Query.mdmAttributeConfiguration changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.projectTestCase changed from None to The ID of the object
Non-BreakingQuery.loadMdmRequirements description changed from None to Load mdm requirements via server-side row model
Non-BreakingDescription for argument input on field Query.loadMdmRequirements changed from None to Request definition
Non-BreakingDescription for argument id on field Query.milestone changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.mdmDimension changed from None to The ID of the object
Non-BreakingDescription for argument orderBy on field Query.allRequirementValuesPrivate changed from None to Ordering
Non-BreakingArgument requirementId_In: [ID] added to Query.allMdmThresholds
Non-BreakingArgument requirementId: ID added to Query.allMdmThresholds
Non-BreakingDescription for argument orderBy on field Query.allMdmThresholds changed from None to Ordering
Non-BreakingDescription for argument orderBy on field Query.allCustomToolVersions changed from None to Ordering
Non-BreakingDescription for argument id on field Query.projectThreshold changed from None to The ID of the object
Non-BreakingArgument besProjectId_In: [ID] added to Query.allRdTests
Non-BreakingArgument besProject_ProjectId: ID added to Query.allRdTests
Non-BreakingArgument besProjectId: ID added to Query.allRdTests
Non-BreakingArgument besProject_ProjectId_In: [ID] added to Query.allRdTests
Non-BreakingDescription for argument orderBy on field Query.allRdTests changed from None to Ordering
Non-BreakingDescription for argument id on field Query.rdTestTemplateCategory changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.rdTestTemplateAttribute changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.rdTest changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.announcement changed from None to The ID of the object
Non-BreakingDescription for argument orderBy on field Query.allClientStates changed from None to Ordering
Non-BreakingQuery.loadProjectTestCases description changed from None to Load project test cases via server side model
Non-BreakingDescription for argument input on field Query.loadProjectTestCases changed from None to Request definition
Non-BreakingDescription for argument id on field Query.rdTestType changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.customToolVersion changed from None to The ID of the object
Non-BreakingArgument testId_In: [ID] added to Query.allRdTestAttachments
Non-BreakingArgument testId: ID added to Query.allRdTestAttachments
Non-BreakingDescription for argument orderBy on field Query.allRdTestAttachments changed from None to Ordering
Non-BreakingDescription for argument orderBy on field Query.allMdmRequirements changed from None to Ordering
Non-BreakingDescription for argument orderBy on field Query.allContentTypes changed from None to Ordering
Non-BreakingQuery.loadUsers description changed from None to Load users via server-side row model
Non-BreakingDescription for argument input on field Query.loadUsers changed from None to Request definition
Non-BreakingDescription for argument id on field Query.presetBrick changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.userToken changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.requirementValue changed from None to The ID of the object
Non-BreakingArgument testId: ID added to Query.allRdTestAttributes
Non-BreakingDescription for argument orderBy on field Query.allRdTestAttributes changed from None to Ordering
Non-BreakingArgument projectRequirementId: ID added to Query.allRequirementValues
Non-BreakingArgument projectRequirementId_In: [ID] added to Query.allRequirementValues
Non-BreakingDescription for argument orderBy on field Query.allRequirementValues changed from None to Ordering
Non-BreakingDescription for argument id on field Query.workerData changed from None to The ID of the object
Non-BreakingQuery.rolesForObject description changed from None to Returns a list of roles for a given object and entity pair
Non-BreakingDescription for argument entityId on field Query.rolesForObject changed from None to Relay ID of the entity i.e. User or Group
Non-BreakingDescription for argument objectId on field Query.rolesForObject changed from None to Relay ID of the object
Non-BreakingDescription for argument id on field Query.mdmTestCase changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.worker changed from None to The ID of the object
Non-BreakingDescription for argument orderBy on field Query.allBackendSystems changed from None to Ordering
Non-BreakingDescription for argument id on field Query.mdmThreshold changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.setting changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.projectType changed from None to The ID of the object
Non-BreakingArgument permissions_Id: ID added to Query.allRoles
Non-BreakingDescription for argument orderBy on field Query.allRoles changed from None to Ordering
Non-BreakingArgument mdmRequirementId: ID added to Query.allMdmRequirementDocuments
Non-BreakingArgument projectId: ID added to Query.allProjectDocuments
Non-BreakingQuery.loadMdmTestCases description changed from None to Load mdm test cases via server-side row model
Non-BreakingDescription for argument input on field Query.loadMdmTestCases changed from None to Request definition
Non-BreakingDescription for argument orderBy on field Query.allCalculationRules changed from None to Ordering
Non-BreakingDescription for argument orderBy on field Query.allWorkers changed from None to Ordering
Non-BreakingDescription for argument orderBy on field Query.allAuditLogs changed from None to Ordering
Non-BreakingDescription for argument globalId on field Query.allAuditLogs changed from None to Model ID filter
Non-BreakingDescription for argument id on field Query.projectRequirement changed from None to The ID of the object
Non-BreakingArgument userId: ID added to Query.allGridSettings
Non-BreakingDescription for argument orderBy on field Query.allGridSettings changed from None to Ordering
Non-BreakingArgument presets_Id: ID added to Query.allCustomTools
Non-BreakingDescription for argument orderBy on field Query.allCustomTools changed from None to Ordering
Non-BreakingDescription for argument id on field Query.calculationRule changed from None to The ID of the object
Non-BreakingArgument requirementValueId: ID added to Query.allProjectRequirementAttachments
Non-BreakingArgument requirementValueId_In: [ID] added to Query.allProjectRequirementAttachments
Non-BreakingDescription for argument orderBy on field Query.allProjectRequirementAttachments changed from None to Ordering
Non-BreakingArgument extension_Roles_Id: ID added to Query.allGroups
Non-BreakingDescription for argument orderBy on field Query.allGroups changed from None to Ordering
Non-BreakingDescription for argument id on field Query.mdmAttributeType changed from None to The ID of the object
Non-BreakingArgument projectTypeId: ID added to Query.allProjects
Non-BreakingDescription for argument orderBy on field Query.allProjects changed from None to Ordering
Non-BreakingDescription for argument id on field Query.projectAttribute changed from None to The ID of the object
Non-BreakingArgument projectId: ID added to Query.allProjectAttributes
Non-BreakingDescription for argument id on field Query.artifact changed from None to The ID of the object
Non-BreakingDescription for argument orderBy on field Query.allMdmTestCases changed from None to Ordering
Non-BreakingDescription for argument id on field Query.clientStateTag changed from None to The ID of the object
Non-BreakingArgument valueListId: ID added to Query.allMdmAttributeValues
Non-BreakingDescription for argument orderBy on field Query.allMdmAttributeValues changed from None to Ordering
Non-BreakingArgument orderBy: String added to Query.allProjectThresholds
Non-BreakingArgument projectRequirementId: ID added to Query.allProjectThresholds
Non-BreakingArgument projectRequirementId_In: [ID] added to Query.allProjectThresholds
Non-BreakingDescription for argument id on field Query.requirementValuePrivate changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.preset changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.task changed from None to The ID of the object
Non-BreakingArgument mdmRequirementId_In: [ID] added to Query.allProjectRequirements
Non-BreakingArgument testCase_ProjectId: ID added to Query.allProjectRequirements
Non-BreakingArgument testCaseId: ID added to Query.allProjectRequirements
Non-BreakingArgument mdmRequirementId: ID added to Query.allProjectRequirements
Non-BreakingArgument asOf: DateTime added to Query.allProjectRequirements
Non-BreakingDescription for argument orderBy on field Query.allProjectRequirements changed from None to Ordering
Non-BreakingArgument presets_Id: ID added to Query.allPresetBricks
Non-BreakingArgument presets_Id_In: [ID] added to Query.allPresetBricks
Non-BreakingArgument contactId: ID added to Query.allPresetBricks
Non-BreakingDescription for argument orderBy on field Query.allPresetBricks changed from None to Ordering
Non-BreakingDescription for argument id on field Query.mdmAttribute changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.group changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.backendSystem changed from None to The ID of the object
Non-BreakingDescription for argument orderBy on field Query.allPersons changed from None to Ordering
Non-BreakingDescription for argument id on field Query.mdmRequirementDocument changed from None to The ID of the object
Non-BreakingArgument entries_Id: ID added to Query.allMdmAttributeValueLists
Non-BreakingDescription for argument orderBy on field Query.allMdmAttributeValueLists changed from None to Ordering
Non-BreakingDescription for argument orderBy on field Query.allRdTestTemplateCategories changed from None to Ordering
Non-BreakingDescription for argument id on field Query.customTool changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.collectionTag changed from None to The ID of the object
Non-BreakingArgument projectId: ID added to Query.allBesProjects
Non-BreakingArgument backendId: ID added to Query.allBesProjects
Non-BreakingDescription for argument orderBy on field Query.allBesProjects changed from None to Ordering
Non-BreakingDescription for argument id on field Query.role changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.permission changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.rdTestAttribute changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.projectRequirementAttachment changed from None to The ID of the object
Non-BreakingDescription for argument orderBy on field Query.allProjectTypes changed from None to Ordering
Non-BreakingDescription for argument id on field Query.mdmAttributeValueList changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.mdmRequirement changed from None to The ID of the object
Non-BreakingQuery.loadUserTokens description changed from None to Load user tokens via server-side row model
Non-BreakingDescription for argument input on field Query.loadUserTokens changed from None to Request definition
Non-BreakingDescription for argument id on field Query.clientState changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.project changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.discipline changed from None to The ID of the object
Non-BreakingDescription for argument orderBy on field Query.allDisciplines changed from None to Ordering
Non-BreakingDescription for argument id on field Query.contentType changed from None to The ID of the object
Non-BreakingArgument taskId: ID added to Query.allArtifacts
Non-BreakingDescription for argument orderBy on field Query.allWorkerData changed from None to Ordering
Non-BreakingArgument templateId: ID added to Query.allRdTestTemplateAttributes
Non-BreakingDescription for argument orderBy on field Query.allRdTestTemplateAttributes changed from None to Ordering
Non-BreakingArgument projectId: ID added to Query.allMilestoneGroups
Non-BreakingDescription for argument orderBy on field Query.allMilestoneGroups changed from None to Ordering
Non-BreakingArgument categoryId: ID added to Query.allRdTestTemplates
Non-BreakingArgument disciplines_Id_In: [ID] added to Query.allRdTestTemplates
Non-BreakingArgument disciplines_Id: ID added to Query.allRdTestTemplates
Non-BreakingDescription for argument orderBy on field Query.allRdTestTemplates changed from None to Ordering
Non-BreakingDescription for argument id on field Query.besProject changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.mdmAttributeComponent changed from None to The ID of the object
Non-BreakingDescription for argument id on field Query.userNotification changed from None to The ID of the object
Non-BreakingArgument userId: ID added to Query.allTasks
Non-BreakingArgument workerId: ID added to Query.allTasks
Non-BreakingDescription for argument orderBy on field Query.allTasks changed from None to Ordering
Non-BreakingDescription for argument orderBy on field Query.allUserNotifications changed from None to Ordering
Non-BreakingDescription for argument orderBy on field Query.allSettings changed from None to Ordering
Non-BreakingDescription for Input field ProjectObjectPermissionAddMutationInput.objectId changed from None to The relay ID of the object that is effected by permission change
Non-BreakingDescription for Input field ProjectObjectPermissionAddMutationInput.entityId changed from None to The relay ID of the entity i.e. User, Group
Non-BreakingDescription for Input field ProjectObjectPermissionAddMutationInput.permissions changed from None to Permissions to add or delete
Non-BreakingDescription for Input field ProjectObjectPermissionAddMutationInput.roles changed from None to Roles to add or delete
Non-BreakingRdTestTemplateAttributeUpdateMutationPayload.rdTestTemplateAttribute description changed from None to The mutated object.
Non-BreakingRdTestTemplateAttributeUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type PresetType changed from None to Database model for a preset.
Non-BreakingPresetType.version description changed from None to The current version of the preset
Non-BreakingPresetType.id description changed from None to The ID of the object
Non-BreakingPresetType.data description changed from None to The preset file
Non-BreakingPresetType.discipline description changed from None to The discipline to which the preset belongs
Non-BreakingPresetType.contact description changed from None to A contact person responsible for this preset.
Non-BreakingPresetType.name description changed from None to A unique name for the preset
Non-BreakingDescription for type AnnouncementType changed from None to Announcement(created_at, updated_at, id, title, content, start_at, end_at, is_sticky, priority)
Non-BreakingAnnouncementType.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-BreakingAnnouncementType.content description changed from None to The announcement's body. In Markdown format
Non-BreakingAnnouncementType.title description changed from None to The announcement's title
Non-BreakingAnnouncementType.priority description changed from None to Priority class of the announcement, defaults to 'info'
Non-BreakingAnnouncementType.id description changed from None to The ID of the object
Non-BreakingAnnouncementType.startAt description changed from None to Start time from which the announcement should be active. Defaults to the current date and time
Non-BreakingAnnouncementType.readAt description changed from None to The date and time when this announcement has been read by the current user
Non-BreakingAnnouncementType.endAt description changed from None to If given, it specifies the end-time until which the announcement should be active.
Non-BreakingDescription for type ClientStateTypeEdge changed from None to A Relay edge containing a ClientStateType and its cursor.
Non-BreakingClientStateTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingClientStateTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingPasswordChangeMutationPayload.user description changed from None to The mutated object.
Non-BreakingPasswordChangeMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field ProjectRequirementCloneMutationInput.id changed from None to ID of the "ProjectRequirementType" to mutate
Non-BreakingDescription for Input field ProjectAttributeUpdateMutationInput.attribute changed from None to The attribute to specify
Non-BreakingDescription for Input field ProjectAttributeUpdateMutationInput.value changed from None to The value of the attribute
Non-BreakingDescription for Input field ProjectAttributeUpdateMutationInput.id changed from None to ID of the "ProjectAttributeType" to mutate
Non-BreakingBesProjectUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingBesProjectUpdateMutationPayload.besProject description changed from None to The mutated object.
Non-BreakingRequirementValueTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingRequirementValueTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingRequirementValueTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for type ClientStateTagDeleteMutationPayload changed from None to Mutation to delete a client state tag.
Non-BreakingClientStateTagDeleteMutationPayload.clientStateTag description changed from None to The mutated object.
Non-BreakingClientStateTagDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingMdmAttributeConfigurationCreateMutationPayload.mdmAttributeConfiguration description changed from None to The mutated object.
Non-BreakingMdmAttributeConfigurationCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type MdmAttributeTypeTypeEdge changed from None to A Relay edge containing a MdmAttributeTypeType and its cursor.
Non-BreakingMdmAttributeTypeTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingMdmAttributeTypeTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for Input field MdmAttributeValueListDeleteMutationInput.id changed from None to ID of the "MdmAttributeValueListType" to mutate
Non-Breaking

Description for type GroupType changed from None to `Groups are a generic way of categorizing users to apply permissions, or some other label, to those users. A user can belong to any number of groups.

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-BreakingGroupType.id description changed from None to The ID of the object
Non-BreakingDescription for argument orderBy on field GroupType.permissions changed from None to Ordering
Non-BreakingGroupType.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-BreakingArgument roles_Id_In: [ID] added to GroupType.userSet
Non-BreakingArgument roles_Id: ID added to GroupType.userSet
Non-BreakingDescription for argument orderBy on field GroupType.userSet changed from None to Ordering
Non-BreakingArgument permissions_Id: ID added to GroupType.roles
Non-BreakingDescription for argument orderBy on field GroupType.roles changed from None to Ordering
Non-BreakingCollectionTagTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingCollectionTagTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingCollectionTagTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingUserTokenTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingUserTokenTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingUserTokenTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription 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-BreakingDescription for Input field BesProjectCreateMutationInput.backend changed from None to The backend system from which this project was loaded
Non-BreakingDescription for Input field BesProjectCreateMutationInput.project changed from None to The associated internal main project
Non-BreakingDescription for Input field BesProjectCreateMutationInput.name changed from None to The name of the project within the backend
Non-BreakingDescription 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-BreakingDescription for Input field AnnouncementUpdateMutationInput.content changed from None to The announcement's body. In Markdown format
Non-BreakingDescription for Input field AnnouncementUpdateMutationInput.title changed from None to The announcement's title
Non-BreakingDescription for Input field AnnouncementUpdateMutationInput.priority changed from None to Priority class of the announcement, defaults to 'info'
Non-BreakingDescription for Input field AnnouncementUpdateMutationInput.id changed from None to ID of the "AnnouncementType" to mutate
Non-BreakingDescription 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-BreakingDescription for Input field AnnouncementUpdateMutationInput.endAt changed from None to If given, it specifies the end-time until which the announcement should be active.
Non-BreakingRequirementValuePrivateTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingRequirementValuePrivateTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingRequirementValuePrivateTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingGroupUpdateMutationPayload.group description changed from None to The mutated object.
Non-BreakingGroupUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type UserTypeEdge changed from None to A Relay edge containing a UserType and its cursor.
Non-BreakingUserTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingUserTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for type LoadProjectTestCasesInput changed from None to Input arguments for load project test cases input.
Non-BreakingDescription for Input field LoadProjectTestCasesInput.pivotCols changed from None to Columns that have pivot on them
Non-BreakingDescription for Input field LoadProjectTestCasesInput.startRow changed from None to First row requested or undefined for all rows
Non-BreakingDescription for Input field LoadProjectTestCasesInput.valueCols changed from None to Columns that have aggregations on them
Non-BreakingDescription for Input field LoadProjectTestCasesInput.quickFilter changed from None to Filter over all items by a simple string value
Non-BreakingDescription for Input field LoadProjectTestCasesInput.project changed from None to The ID of the opened project
Non-BreakingDescription for Input field LoadProjectTestCasesInput.endRow changed from None to Index after the last requested row or undefined for all rows
Non-BreakingDescription for Input field LoadProjectTestCasesInput.pivotMode changed from None to Defines if pivot mode is on or off
Non-BreakingDescription for Input field LoadProjectTestCasesInput.groupKeys changed from None to What groups the user is viewing
Non-BreakingDescription for Input field LoadProjectTestCasesInput.filterModel changed from None to If filtering, what the filter model is
Non-BreakingDescription for Input field LoadProjectTestCasesInput.sortModel changed from None to If sorting, what the sort model is
Non-BreakingDescription for Input field LoadProjectTestCasesInput.rowGroupCols changed from None to Columns that are currently row grouped
Non-BreakingDescription for Input field RdTestTemplateCreateMutationInput.disciplines changed from None to The disciplines this template is relevant to
Non-BreakingDescription for Input field RdTestTemplateCreateMutationInput.description changed from None to Description describing the purpose of the template
Non-BreakingDescription for Input field RdTestTemplateCreateMutationInput.category changed from None to Category used to filter templates by specific use case
Non-BreakingDescription for Input field RdTestTemplateCreateMutationInput.createdBy changed from None to The user who created the test template
Non-BreakingDescription for Input field RdTestTemplateCreateMutationInput.name changed from None to The name for the Test Template
Non-BreakingDescription for Input field RdTestTemplateCreateMutationInput.rdtesttemplateattributeSetAttributes changed from None to ``
Non-BreakingDescription for type LoadProjectRequirementsThresholdType changed from None to Response type for thresholds that are returned for the project requirements.
Non-BreakingLoadProjectRequirementsThresholdType.description description changed from None to The description of the threshold
Non-BreakingLoadProjectRequirementsThresholdType.opLowerBoundary description changed from None to The operator of the lower boundary of the threshold if the threshold is a float range
Non-BreakingLoadProjectRequirementsThresholdType.id description changed from None to The ID of the threshold
Non-BreakingLoadProjectRequirementsThresholdType.opUpperBoundary description changed from None to The operator of the upper boundary of the threshold if the threshold is a float range
Non-BreakingLoadProjectRequirementsThresholdType.rankValue description changed from None to The rank of the threshold
Non-BreakingLoadProjectRequirementsThresholdType.lowerBoundary description changed from None to The lower boundary of the threshold if the threshold is a float range
Non-BreakingLoadProjectRequirementsThresholdType.projectRequirementId description changed from None to The ID of the project requirement that the threshold belongs to
Non-BreakingLoadProjectRequirementsThresholdType.rankColor description changed from None to The color of the threshold rank
Non-BreakingLoadProjectRequirementsThresholdType.rankName description changed from None to The name of the rank of this threshold
Non-BreakingLoadProjectRequirementsThresholdType.upperBoundary description changed from None to The upper boundary of the threshold if the threshold is a float range
Non-BreakingLoadProjectRequirementsThresholdType.discreteValue description changed from None to If the threshold is a single value, then this is it
Non-BreakingDescription for type UserTokenDeleteMutationPayload changed from None to Mutation to delete a user token
Non-BreakingUserTokenDeleteMutationPayload.userToken description changed from None to The mutated object.
Non-BreakingUserTokenDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingMdmAttributeDeleteMutationPayload.mdmAttribute description changed from None to The mutated object.
Non-BreakingMdmAttributeDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingMdmThresholdRankCreateMutationPayload.mdmThresholdRank description changed from None to The mutated object.
Non-BreakingMdmThresholdRankCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type LoadMdmRequirementsType changed from None to Response type for a project requirement association group.
Non-BreakingField attributeUnit was added to object type LoadMdmRequirementsType
Non-BreakingLoadMdmRequirementsType.description description changed from None to The description of the mdm requirement
Non-BreakingLoadMdmRequirementsType.attributeIdentifier description changed from None to The identifier of the mdm attribute
Non-BreakingLoadMdmRequirementsType.associations description changed from None to A mapping of association names to value lists
Non-BreakingLoadMdmRequirementsType.groupCount description changed from None to The number of items in the group if a group is returned
Non-BreakingLoadMdmRequirementsType.id description changed from None to The ID of the mdm requirement
Non-BreakingLoadMdmRequirementsType.lastModifiedUsername description changed from None to The username of the user who modified the mdm requirement the last
Non-BreakingLoadMdmRequirementsType.thresholds description changed from None to List of thresholds for this requirement
Non-BreakingLoadMdmRequirementsType.lastModifiedDisplayName description changed from None to The display name of the user who modified the mdm requirement the last
Non-BreakingLoadMdmRequirementsType.updatedAt description changed from None to The last updated date of the mdm requirement
Non-BreakingLoadMdmRequirementsType.attributeName description changed from None to The name of the mdm attribute
Non-BreakingLoadMdmRequirementsType.name description changed from None to The name of the mdm requirement
Non-BreakingLoadMdmRequirementsType.isExternal description changed from None to Whether the requirement is imported from an external source
Non-BreakingLoadMdmRequirementsType.inProject description changed from None to Whether the mdm requirement is in project
Non-BreakingLoadMdmRequirementsType.mdmTestCases description changed from None to Mdm test cases that the requirement belongs to
Non-BreakingLoadMdmRequirementsType.obsolete description changed from None to Whether the mdm requirement obsolete
Non-BreakingDescription for Input field BackendSystemCreateMutationInput.identifier changed from None to The name of the backend system
Non-BreakingDescription for Input field BackendSystemCreateMutationInput.userTokenRequired changed from None to Determines if a user token is required to access this backend
Non-BreakingDescription for Input field BackendSystemCreateMutationInput.updatable changed from None to Marks the backend system to support polling for updates
Non-BreakingDescription for Input field BackendSystemCreateMutationInput.name changed from None to A human-friendly name of the backend system
Non-BreakingDescription for Input field MdmAttributeTypeUpdateMutationInput.description changed from None to A description of the type
Non-BreakingDescription for Input field MdmAttributeTypeUpdateMutationInput.identifier changed from None to Identifier of the attribute type
Non-BreakingDescription for Input field MdmAttributeTypeUpdateMutationInput.id changed from None to ID of the "MdmAttributeTypeType" to mutate
Non-BreakingDescription for Input field MdmAttributeTypeUpdateMutationInput.name changed from None to Human readable name of the attribute type
Non-BreakingDescription for Input field MdmAttributeTypeUpdateMutationInput.obsolete changed from None to Whether this attribute type is obsolete or not
Non-BreakingConditionType.condition description changed from None to The condition
Non-BreakingConditionType.error description changed from None to An error message if the parsing of the condition failed
Non-BreakingDescription for Input field SettingUpdateMutationInput.value changed from None to The value of this setting.
Non-BreakingDescription for Input field SettingUpdateMutationInput.id changed from None to ID of the "SettingType" to mutate
Non-BreakingDescription for Input field AnnouncementDeleteMutationInput.id changed from None to ID of the "AnnouncementType" to mutate
Non-BreakingRequirementValueCreateMutationPayload.requirementValue description changed from None to The mutated object.
Non-BreakingRequirementValueCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field StarRdTestMutationInput.id changed from None to ID of the "RdTestType" to mutate
Non-BreakingDescription 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-BreakingAnnouncementMarkAsReadMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type MilestoneTypeEdge changed from None to A Relay edge containing a MilestoneType and its cursor.
Non-BreakingMilestoneTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingMilestoneTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingMdmRequirementUpdateMutationPayload.mdmRequirement description changed from None to The mutated object.
Non-BreakingMdmRequirementUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingCollectionTagCreateMutationPayload.collectionTag description changed from None to The mutated object.
Non-BreakingCollectionTagCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingUserNotificationCreateMutationPayload.userNotification description changed from None to The mutated object.
Non-BreakingUserNotificationCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingCalculationRuleUpsertMutationPayload.calculationRule description changed from None to The mutated object.
Non-BreakingCalculationRuleUpsertMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingMdmThresholdDeleteMutationPayload.mdmThreshold description changed from None to The mutated object.
Non-BreakingMdmThresholdDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingGridSettingDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingGridSettingDeleteMutationPayload.gridSetting description changed from None to The mutated object.
Non-BreakingDescription for type RdTestType changed from None to A database model for resultdata-tests.
Non-BreakingRdTestType.attachments description changed from None to The test to which the attachment belongs
Non-BreakingArgument testId_In: [ID] added to RdTestType.attachments
Non-BreakingArgument testId: ID added to RdTestType.attachments
Non-BreakingDescription for argument orderBy on field RdTestType.attachments changed from None to Ordering
Non-BreakingRdTestType.besProject description changed from None to The project within the backend to which this test belongs
Non-BreakingRdTestType.objectPermissions description changed from None to A list of permissions that the current user has for this object
Non-BreakingRdTestType.createdAtInBes description changed from None to Timestamp when the test has been created in it's backend
Non-BreakingRdTestType.id description changed from None to The ID of the object
Non-BreakingRdTestType.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-BreakingRdTestType.idInBes description changed from None to The id of the test in it's backend
Non-BreakingRdTestType.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-BreakingArgument userId: ID added to RdTestType.tasks
Non-BreakingArgument workerId: ID added to RdTestType.tasks
Non-BreakingDescription for argument orderBy on field RdTestType.tasks changed from None to Ordering
Non-BreakingRdTestType.name description changed from None to The name of the test
Non-BreakingRdTestType.testType description changed from None to The type of the test
Non-BreakingRdTestType.attributes description changed from None to The test to which the attribute belongs
Non-BreakingArgument testId: ID added to RdTestType.attributes
Non-BreakingDescription for argument orderBy on field RdTestType.attributes changed from None to Ordering
Non-BreakingRdTestType.starred description changed from None to True if test is starred by the user which made the request.
Non-BreakingDescription for Input field ClientStateTagDeleteMutationInput.id changed from None to ID of the "ClientStateTagType" to mutate
Non-BreakingDescription for Input field ProjectDeleteMutationInput.id changed from None to ID of the "ProjectType" to mutate
Non-BreakingDescription 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-BreakingRequirementValueType.user description changed from None to The user who added the value.
Non-BreakingRequirementValueType.objectPermissions description changed from None to A list of permissions that the current user has for this object
Non-BreakingRequirementValueType.value description changed from None to The value of the entry.
Non-BreakingRequirementValueType.comment description changed from None to An optional comment
Non-BreakingRequirementValueType.id description changed from None to The ID of the object
Non-BreakingRequirementValueType.referenceTest description changed from None to The reference test that this value is coming from
Non-BreakingRequirementValueType.projectrequirementattachmentSet description changed from None to The requirement value the attachment belongs to.
Non-BreakingArgument requirementValueId: ID added to RequirementValueType.projectrequirementattachmentSet
Non-BreakingArgument requirementValueId_In: [ID] added to RequirementValueType.projectrequirementattachmentSet
Non-BreakingDescription for argument orderBy on field RequirementValueType.projectrequirementattachmentSet changed from None to Ordering
Non-BreakingRequirementValueType.mdmThresholdRankOverride description changed from None to A manual set MDM rank overwriting the calculated one for any value-version relation
Non-BreakingRequirementValueType.mdmThresholdRank description changed from None to The calculated MDM rank the entry belongs to.
Non-BreakingRequirementValueType.projectRequirement description changed from None to The project requirement the value belongs to.
Non-BreakingMdmAttributeTypeUpdateMutationPayload.mdmAttributeType description changed from None to The mutated object.
Non-BreakingMdmAttributeTypeUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingProjectDocumentUpdateMutationPayload.projectDocument description changed from None to The mutated object.
Non-BreakingProjectDocumentUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingProjectAttributeUpdateMutationPayload.projectAttribute description changed from None to The mutated object.
Non-BreakingProjectAttributeUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type ProjectAttributeTypeEdge changed from None to A Relay edge containing a ProjectAttributeType and its cursor.
Non-BreakingProjectAttributeTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingProjectAttributeTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingRdTestAttachmentTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingRdTestAttachmentTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingRdTestAttachmentTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingRdTestTypeDeleteMutationPayload.rdTestType description changed from None to The mutated object.
Non-BreakingRdTestTypeDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingProjectObjectPermissionAddMutationPayload.permissions description changed from None to A list of current permissions
Non-BreakingProjectObjectPermissionAddMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field ClientStateCreateMutationInput.content changed from None to State of the client in JSON format
Non-BreakingDescription for Input field ClientStateCreateMutationInput.tags changed from None to Arbitrary tags that help the client to distinguish different kinds of state
Non-BreakingDescription for Input field ClientStateCreateMutationInput.public changed from None to Determines whether the state is public
Non-BreakingDescription for Input field ClientStateCreateMutationInput.default changed from None to Determines whether the state is default
Non-BreakingDescription for Input field ClientStateCreateMutationInput.name changed from None to A name for the state chosen by the user
Non-BreakingDescription for type MutationErrorType changed from None to An error that happened in a mutation.
Non-BreakingMutationErrorType.field description changed from None to The field that caused the error, or null if it isn't associated with any particular field.
Non-BreakingMutationErrorType.message description changed from None to The error message.
Non-BreakingDescription for type MdmAttributeComponentTypeEdge changed from None to A Relay edge containing a MdmAttributeComponentType and its cursor.
Non-BreakingMdmAttributeComponentTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingMdmAttributeComponentTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription 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-BreakingProjectAttributeType.attribute description changed from None to The attribute to specify
Non-BreakingProjectAttributeType.value description changed from None to The value of the attribute
Non-BreakingProjectAttributeType.project description changed from None to The project to which the attribute belongs
Non-BreakingProjectAttributeType.id description changed from None to The ID of the object
Non-BreakingProjectTypeTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingProjectTypeTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingProjectTypeTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for Input field GridSettingCreateMutationInput.user changed from None to User who created/own the setting
Non-BreakingDescription for Input field GridSettingCreateMutationInput.isActive changed from None to Active status of the setting
Non-BreakingDescription for Input field GridSettingCreateMutationInput.gridType changed from None to Grid for which the setting applies
Non-BreakingDescription for Input field GridSettingCreateMutationInput.filterModel changed from None to Defined filters for single columns in JSON format
Non-BreakingDescription for Input field GridSettingCreateMutationInput.name changed from None to Name of the settings view
Non-BreakingDescription for Input field GridSettingCreateMutationInput.columnStates changed from None to Column state information in JSON format
Non-BreakingDescription for Input field GridSettingCreateMutationInput.rowGroupColumns changed from None to Row group column infomation in JSON format
Non-BreakingDescription for Input field GridSettingCreateMutationInput.groupStates changed from None to Group state information in JSON format
Non-BreakingDescription for type CustomToolTypeEdge changed from None to A Relay edge containing a CustomToolType and its cursor.
Non-BreakingCustomToolTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingCustomToolTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingMdmAttributeTypeUpsertMutationPayload.mdmAttributeType description changed from None to The mutated object.
Non-BreakingMdmAttributeTypeUpsertMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type TaskLogType changed from None to Task log file content.
Non-BreakingMdmUnitCreateMutationPayload.mdmUnit description changed from None to The mutated object.
Non-BreakingMdmUnitCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingProjectRequirementDeleteMutationPayload.projectRequirement description changed from None to The mutated object.
Non-BreakingProjectRequirementDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription 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-BreakingMdmTestCaseType.description description changed from None to A description of the test case.
Non-BreakingMdmTestCaseType.lastModifiedBy description changed from None to The user who last modified the test case
Non-BreakingMdmTestCaseType.id description changed from None to The ID of the object
Non-BreakingMdmTestCaseType.locked description changed from None to Locked and only be editable by system users
Non-BreakingMdmTestCaseType.sourceId description changed from None to Original ID of the imported object used within the external storage
Non-BreakingMdmTestCaseType.requirements description changed from None to Requirements which belong to this test case.
Non-BreakingDescription for argument orderBy on field MdmTestCaseType.requirements changed from None to Ordering
Non-BreakingMdmTestCaseType.contextCondition description changed from None to Context information about the object, formulated as a condition.
Non-BreakingMdmTestCaseType.name description changed from None to Name of the test case.
Non-BreakingMdmTestCaseType.obsolete description changed from None to Whether this test case is obsolete or not.
Non-BreakingDescription for type WorkerType changed from None to Represents a worker - a client which process background task asynchronously.
Non-BreakingWorkerType.id description changed from None to The ID of the object
Non-BreakingWorkerType.enabled description changed from None to Set a worker's state to disabled or enabled. Disabled workers won't run any tasks.
Non-BreakingWorkerType.queue description changed from None to Task queue the worker belongs to
Non-BreakingWorkerType.lastHeartbeat description changed from None to Last time a heartbeat has been received
Non-BreakingPersonCreateMutationPayload.person description changed from None to The mutated object.
Non-BreakingPersonCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type GroupTypeEdge changed from None to A Relay edge containing a GroupType and its cursor.
Non-BreakingGroupTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingGroupTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingRdTestTypeUpdateMutationPayload.rdTestType description changed from None to The mutated object.
Non-BreakingRdTestTypeUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingProjectRequirementTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingProjectRequirementTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingProjectRequirementTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingRdTestTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingRdTestTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingRdTestTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for Input field CustomToolCreateMutationInput.customtoolversionSetAttributes changed from None to ``
Non-BreakingDescription for Input field CustomToolCreateMutationInput.crontabSchedule changed from None to Cron schedule defines how frequent this custom tool is going to run
Non-BreakingDescription for Input field CustomToolCreateMutationInput.contact changed from None to A contact person responsible for this custom tool.
Non-BreakingDescription for Input field CustomToolCreateMutationInput.presets changed from None to The presets to which the custom tool belongs
Non-BreakingDescription for Input field CustomToolCreateMutationInput.enabled changed from None to If this custom tool should be available to the users
Non-Breaking

Description for type CustomToolVersionType changed from None to `Database model for a custom tool version.

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-BreakingCustomToolVersionType.description description changed from None to Short description of the purpose of the custom tool
Non-BreakingCustomToolVersionType.desktop description changed from None to A flag indicating whether this custom tool is only available in the desktop version
Non-BreakingCustomToolVersionType.author description changed from None to The author of this custom tool
Non-BreakingCustomToolVersionType.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-BreakingCustomToolVersionType.interfaces description changed from None to Specifies the interfaces that the custom tool implements
Non-BreakingCustomToolVersionType.version description changed from None to The current version of the custom tool
Non-BreakingCustomToolVersionType.id description changed from None to The ID of the object
Non-BreakingCustomToolVersionType.data description changed from None to The container containing the custom tool bundle.
Non-BreakingCustomToolVersionType.changelog description changed from None to Changes from previous custom tool version
Non-BreakingCustomToolVersionType.name description changed from None to A unique name for the custom tool version
Non-BreakingCustomToolVersionType.uploader description changed from None to The user that uploaded this custom tools
Non-BreakingDescription for type LoadProjectRequirementsType changed from None to Response type for a project requirement association group.
Non-BreakingField testCaseName was added to object type LoadProjectRequirementsType
Non-BreakingField privateStatusDisplayName was added to object type LoadProjectRequirementsType
Non-BreakingField statusDisplayName was added to object type LoadProjectRequirementsType
Non-BreakingLoadProjectRequirementsType.privateAutomaticStatusAssessmentColor description changed from None to The color of the threshold rank that was assigned based on the value
Non-BreakingLoadProjectRequirementsType.privateStatusValue description changed from None to The actual value of the project requirement
Non-BreakingLoadProjectRequirementsType.automaticStatusAssessmentName description changed from None to The name of the threshold rank that was assigned based on the value
Non-BreakingLoadProjectRequirementsType.thresholds description changed from None to List of thresholds for this requirement
Non-BreakingLoadProjectRequirementsType.automaticStatusAssessmentRank description changed from None to The threshold rank that was assigned based on the value
Non-BreakingLoadProjectRequirementsType.statusId description changed from None to The ID of the actual value of the project requirement
Non-BreakingLoadProjectRequirementsType.createdAt description changed from None to The time when the project requirement is created
Non-BreakingLoadProjectRequirementsType.name description changed from None to The name of the project requirement
Non-BreakingLoadProjectRequirementsType.description description changed from None to The description of the project requirement
Non-BreakingLoadProjectRequirementsType.statusAssessmentName description changed from None to The name of the threshold rank that the value matches
Non-BreakingLoadProjectRequirementsType.privateStatusAssessmentColor description changed from None to The color of the threshold rank that the value matches
Non-BreakingLoadProjectRequirementsType.privateStatusId description changed from None to The ID of the actual value of the project requirement
Non-BreakingLoadProjectRequirementsType.statusComment description changed from None to Comment on the current requirement value
Non-BreakingLoadProjectRequirementsType.createdByDisplayName description changed from None to The display name of the user who created the project requirement
Non-BreakingLoadProjectRequirementsType.privateStatusUpdatedAt description changed from None to The date and time when the status was updated
Non-BreakingLoadProjectRequirementsType.privateStatusCreatedAt description changed from None to The date and time when the status was reported
Non-BreakingLoadProjectRequirementsType.mdmAttributeName description changed from None to The name of the MDM attribute to which the requirement belongs
Non-BreakingLoadProjectRequirementsType.mdmAttributeUnit description changed from None to The unit of the status value
Non-BreakingLoadProjectRequirementsType.privateAutomaticStatusAssessmentRank description changed from None to The threshold rank that was assigned based on the value
Non-BreakingLoadProjectRequirementsType.privateStatusAssessmentName description changed from None to The name of the threshold rank that the value matches
Non-BreakingLoadProjectRequirementsType.statusCreatedAt description changed from None to The date and time when the status was reported
Non-BreakingLoadProjectRequirementsType.associations description changed from None to A mapping of association names to value lists
Non-BreakingLoadProjectRequirementsType.id description changed from None to The ID of the project requirement
Non-BreakingLoadProjectRequirementsType.statusAssessmentColor description changed from None to The color of the threshold rank that the value matches
Non-BreakingLoadProjectRequirementsType.statusUpdatedAt description changed from None to The date and time when the status was updated
Non-BreakingLoadProjectRequirementsType.privateStatusUsername description changed from None to Username of the user who reported the status
Non-BreakingLoadProjectRequirementsType.mdmAttributeIdentifier description changed from None to The identifier of the MDM attribute to which the requirement belongs
Non-BreakingLoadProjectRequirementsType.privateStatusComment description changed from None to Comment on the current requirement value
Non-BreakingLoadProjectRequirementsType.privateAutomaticStatusAssessmentName description changed from None to The name of the threshold rank that was assigned based on the value
Non-BreakingLoadProjectRequirementsType.statusUsername description changed from None to Username of the user who reported the status
Non-BreakingLoadProjectRequirementsType.groupCount description changed from None to The number of items in the group if a group is returned
Non-BreakingLoadProjectRequirementsType.statusValue description changed from None to The actual value of the project requirement
Non-BreakingLoadProjectRequirementsType.statusAssessmentRank description changed from None to The threshold rank that the value matches
Non-BreakingLoadProjectRequirementsType.statusPrivate description changed from None to Whether the latest requirement value is private
Non-BreakingLoadProjectRequirementsType.createdBy description changed from None to The user who created the project requirement
Non-BreakingLoadProjectRequirementsType.automaticStatusAssessmentColor description changed from None to The color of the threshold rank that was assigned based on the value
Non-BreakingLoadProjectRequirementsType.privateStatusAssessmentRank description changed from None to The threshold rank that the value matches
Non-BreakingMdmAttributeComponentCreateMutationPayload.mdmAttributeComponent description changed from None to The mutated object.
Non-BreakingMdmAttributeComponentCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type UserTokenCreateMutationPayload changed from None to Mutation to create a user token
Non-BreakingUserTokenCreateMutationPayload.userToken description changed from None to The mutated object.
Non-BreakingUserTokenCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-Breaking

Description for type ProjectRequirementType changed from None to `This model is created when the user copies a MDM requirement to a project or if it is created manually by the user. It represents with the historization the information for a timeline of this requirement and its change over time.

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:w3syse.mdm.models.ProjectRequirement is updated and an additional item is created in :class:w3syse.mdm.models.HistorizedProjectRequirement.

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-BreakingField testCase was added to object type ProjectRequirementType
Non-BreakingProjectRequirementType.description description changed from None to A description of the requirement.
Non-BreakingProjectRequirementType.projectThresholds description changed from None to The project requirement to which the threshold belongs.
Non-BreakingArgument orderBy: String added to ProjectRequirementType.projectThresholds
Non-BreakingArgument projectRequirementId: ID added to ProjectRequirementType.projectThresholds
Non-BreakingArgument projectRequirementId_In: [ID] added to ProjectRequirementType.projectThresholds
Non-BreakingProjectRequirementType.requirementvalueprivateSet description changed from None to The project requirement the value belongs to.
Non-BreakingDescription for argument orderBy on field ProjectRequirementType.requirementvalueprivateSet changed from None to Ordering
Non-BreakingProjectRequirementType.id description changed from None to The ID of the object
Non-BreakingProjectRequirementType.mdmRequirement description changed from None to The original requirement from which this one has been derived, if any.
Non-BreakingProjectRequirementType.createdBy description changed from None to The user who created the version
Non-BreakingProjectRequirementType.contextCondition description changed from None to Context information about the object, formulated as a condition.
Non-BreakingProjectRequirementType.mdmAttribute description changed from None to An attribute that can be assigned to the requirement.
Non-BreakingProjectRequirementType.name description changed from None to Name of the requirement.
Non-BreakingProjectRequirementType.requirementvalueSet description changed from None to The project requirement the value belongs to.
Non-BreakingArgument projectRequirementId: ID added to ProjectRequirementType.requirementvalueSet
Non-BreakingArgument projectRequirementId_In: [ID] added to ProjectRequirementType.requirementvalueSet
Non-BreakingDescription for argument orderBy on field ProjectRequirementType.requirementvalueSet changed from None to Ordering
Non-BreakingDescription 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-BreakingPermissionTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingPermissionTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for Input field RequirementValuePrivateAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed
Non-BreakingDescription for Input field RequirementValuePrivateAttributesInputType.projectrequirementattachmentSetAttributes changed from None to ``
Non-BreakingWorkerDataTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingWorkerDataTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingWorkerDataTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingMdmThresholdRankDeleteMutationPayload.mdmThresholdRank description changed from None to The mutated object.
Non-BreakingMdmThresholdRankDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingLoadUserResponseType.rows description changed from None to A list of rows
Non-BreakingLoadUserResponseType.count description changed from None to The total number of existing rows for the applied filters
Non-BreakingRdTestAttributeTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingRdTestAttributeTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingRdTestAttributeTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingProjectTestCaseUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingProjectTestCaseUpdateMutationPayload.projectTestCase description changed from None to The mutated object.
Non-BreakingDescription for type RdTestAttributeUpdateMutationPayload changed from None to Mutation to update a test attribute.
Non-BreakingRdTestAttributeUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingRdTestAttributeUpdateMutationPayload.rdTestAttribute description changed from None to The mutated object.
Non-BreakingDescription for Input field UnStarRdTestMutationInput.id changed from None to ID of the "RdTestType" to mutate
Non-BreakingField project was added to object type ProjectTestCaseDeriveMutationPayload
Non-BreakingProjectTestCaseDeriveMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingGridSettingCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingGridSettingCreateMutationPayload.gridSetting description changed from None to The mutated object.
Non-BreakingProjectTestCaseDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingProjectTestCaseDeleteMutationPayload.projectTestCase description changed from None to The mutated object.
Non-BreakingUserCreateMutationPayload.user description changed from None to The mutated object.
Non-BreakingUserCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type AnnouncementUserType changed from None to AnnouncementUser(created_at, updated_at, id, read_at, user, announcement)
Non-BreakingAnnouncementUserType.user description changed from None to User who read the notification
Non-BreakingAnnouncementUserType.id description changed from None to The ID of the object
Non-BreakingAnnouncementUserType.announcement description changed from None to Notification the user has read
Non-BreakingMdmThresholdRankUpdateMutationPayload.mdmThresholdRank description changed from None to The mutated object.
Non-BreakingMdmThresholdRankUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingMilestoneGroupTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingMilestoneGroupTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingMilestoneGroupTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for type RdTestAttributeTypeEdge changed from None to A Relay edge containing a RdTestAttributeType and its cursor.
Non-BreakingRdTestAttributeTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingRdTestAttributeTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingCollectionUpdateMutationPayload.collection description changed from None to The mutated object.
Non-BreakingCollectionUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field ArtifactCreateMutationInput.file changed from None to The artifact file itself
Non-BreakingDescription for Input field ArtifactCreateMutationInput.task changed from None to Task the artifact belongs to
Non-BreakingLoadProjectTestCaseType.description description changed from None to A description of the project test case
Non-BreakingLoadProjectTestCaseType.lastModifiedBy description changed from None to The user who last modified the project test case
Non-BreakingLoadProjectTestCaseType.groupCount description changed from None to The number of items in the group if a group is returned
Non-BreakingLoadProjectTestCaseType.projectRequirements description changed from None to Project requirements that are connected to this project test case
Non-BreakingLoadProjectTestCaseType.project description changed from None to Project to which the project test case belongs
Non-BreakingLoadProjectTestCaseType.contextCondition description changed from None to Context information about the object, formulated as a condition.
Non-BreakingLoadProjectTestCaseType.name description changed from None to Name of the project test case
Non-BreakingLoadProjectTestCaseType.obsolete description changed from None to Whether this project test case is obsolete or not
Non-BreakingDescription for type ProjectRequirementTypeEdge changed from None to A Relay edge containing a ProjectRequirementType and its cursor.
Non-BreakingProjectRequirementTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingProjectRequirementTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for Input field RdTestAttributeDeleteMutationInput.id changed from None to ID of the "RdTestAttributeType" to mutate
Non-BreakingMdmDimensionCreateMutationPayload.mdmDimension description changed from None to The mutated object.
Non-BreakingMdmDimensionCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingMdmAttributeUpsertMutationPayload.mdmAttribute description changed from None to The mutated object.
Non-BreakingMdmAttributeUpsertMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingRdTestTemplateCategoryUpdateMutationPayload.rdTestTemplateCategory description changed from None to The mutated object.
Non-BreakingRdTestTemplateCategoryUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingRdTestTemplateAttributeDeleteMutationPayload.rdTestTemplateAttribute description changed from None to The mutated object.
Non-BreakingRdTestTemplateAttributeDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type LoadMdmRequirementsThresholdType changed from None to Response type for thresholds that are returned for the mdm requirements.
Non-BreakingLoadMdmRequirementsThresholdType.description description changed from None to The description of the threshold
Non-BreakingLoadMdmRequirementsThresholdType.requirementId description changed from None to The ID of the project requirement version that the threshold belongs to
Non-BreakingLoadMdmRequirementsThresholdType.opLowerBoundary description changed from None to The operator of the lower boundary of the threshold if the threshold is a float range
Non-BreakingLoadMdmRequirementsThresholdType.id description changed from None to The ID of the threshold
Non-BreakingLoadMdmRequirementsThresholdType.opUpperBoundary description changed from None to The operator of the upper boundary of the threshold if the threshold is a float range
Non-BreakingLoadMdmRequirementsThresholdType.rankValue description changed from None to The rank of the threshold
Non-BreakingLoadMdmRequirementsThresholdType.lowerBoundary description changed from None to The lower boundary of the threshold if the threshold is a float range
Non-BreakingLoadMdmRequirementsThresholdType.rankColor description changed from None to The color of the threshold rank
Non-BreakingLoadMdmRequirementsThresholdType.rankName description changed from None to The name of the rank of this threshold
Non-BreakingLoadMdmRequirementsThresholdType.upperBoundary description changed from None to The upper boundary of the threshold if the threshold is a float range
Non-BreakingLoadMdmRequirementsThresholdType.discreteValue description changed from None to If the threshold is a single value, then this is it
Non-BreakingMdmThresholdRankTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingMdmThresholdRankTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingMdmThresholdRankTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingAnnouncementTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingAnnouncementTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingAnnouncementTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-Breaking

Description for type MdmAttributeType changed from None to `A database model for mdm attributes. Mdm attributes are meta-attributes defining attributes that can be used for objects (example: RdTest or Project).

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-BreakingMdmAttributeType.description description changed from None to A description of what information is represented by this attribute
Non-BreakingMdmAttributeType.attributeType description changed from None to The type of the attribute
Non-BreakingMdmAttributeType.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-BreakingMdmAttributeType.identifier description changed from None to Identifier of the attribute
Non-BreakingMdmAttributeType.id description changed from None to The ID of the object
Non-BreakingMdmAttributeType.component description changed from None to The component this attribute is assigned to
Non-BreakingMdmAttributeType.locked description changed from None to Locked and only be editable by system users
Non-BreakingMdmAttributeType.isAssociationAttribute description changed from None to Whether this attribute may be used as an association attribute
Non-BreakingMdmAttributeType.sourceId description changed from None to Original ID of the imported object used within the external storage
Non-BreakingMdmAttributeType.valueList description changed from None to value_list describing the possible values for this attribute
Non-BreakingMdmAttributeType.name description changed from None to Human readable name of the attribute
Non-BreakingMdmAttributeType.datatype description changed from None to Datatype of the attribute
Non-BreakingMdmAttributeType.obsolete description changed from None to Whether this attribute is obsolete or not
Non-BreakingPresetCreateMutationPayload.preset description changed from None to The mutated object.
Non-BreakingPresetCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field GridSettingUpdateMutationInput.user changed from None to User who created/own the setting
Non-BreakingDescription for Input field GridSettingUpdateMutationInput.id changed from None to ID of the "GridSettingType" to mutate
Non-BreakingDescription for Input field GridSettingUpdateMutationInput.isActive changed from None to Active status of the setting
Non-BreakingDescription for Input field GridSettingUpdateMutationInput.filterModel changed from None to Defined filters for single columns in JSON format
Non-BreakingDescription for Input field GridSettingUpdateMutationInput.gridType changed from None to Grid for which the setting applies
Non-BreakingDescription for Input field GridSettingUpdateMutationInput.name changed from None to Name of the settings view
Non-BreakingDescription for Input field GridSettingUpdateMutationInput.columnStates changed from None to Column state information in JSON format
Non-BreakingDescription for Input field GridSettingUpdateMutationInput.rowGroupColumns changed from None to Row group column infomation in JSON format
Non-BreakingDescription for Input field GridSettingUpdateMutationInput.groupStates changed from None to Group state information in JSON format
Non-BreakingAnnouncementCreateMutationPayload.announcement description changed from None to The mutated object.
Non-BreakingAnnouncementCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingRdTestTemplateCategoryDeleteMutationPayload.rdTestTemplateCategory description changed from None to The mutated object.
Non-BreakingRdTestTemplateCategoryDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingMdmTestCaseCreateMutationPayload.mdmTestCase description changed from None to The mutated object.
Non-BreakingMdmTestCaseCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field MdmAttributeConfigurationUpdateMutationInput.requiredAttribute changed from None to The attribute which will be required.
Non-BreakingDescription for Input field MdmAttributeConfigurationUpdateMutationInput.id changed from None to ID of the "MdmAttributeConfigurationType" to mutate
Non-BreakingDescription for Input field MdmAttributeConfigurationUpdateMutationInput.scope changed from None to The model type on which this definition should be active.
Non-BreakingDescription 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-BreakingLoadUserTokenResponseType.rows description changed from None to A list of rows
Non-BreakingLoadUserTokenResponseType.count description changed from None to The total number of existing rows for the applied filters
Non-BreakingDescription for type RdTestAttributeCreateMutationPayload changed from None to Mutation to create a test attribute.
Non-BreakingRdTestAttributeCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingRdTestAttributeCreateMutationPayload.rdTestAttribute description changed from None to The mutated object.
Non-BreakingDescription for Input field PersonUpdateMutationInput.lastName changed from None to Surname of the person.
Non-BreakingDescription for Input field PersonUpdateMutationInput.title changed from None to Title of the person.
Non-BreakingDescription for Input field PersonUpdateMutationInput.firstName changed from None to First name of the person.
Non-BreakingDescription for Input field PersonUpdateMutationInput.id changed from None to ID of the "PersonType" to mutate
Non-BreakingDescription for Input field PersonUpdateMutationInput.phone changed from None to Phone number of the person.
Non-BreakingDescription for Input field PersonUpdateMutationInput.department changed from None to Department within the organization for which the person works.
Non-BreakingDescription for Input field PersonUpdateMutationInput.email changed from None to Email adress of the person.
Non-BreakingDescription for Input field PersonUpdateMutationInput.organization changed from None to Organization for which the person works.
Non-BreakingMdmThresholdTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingMdmThresholdTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingMdmThresholdTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-Breaking

Description for type CustomToolType changed from None to `Database model for a custom tool.

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-BreakingField customtoolsettingSet was added to object type CustomToolType
Non-BreakingCustomToolType.crontabSchedulable description changed from None to Flag defining whether custom tool is schedulable or not
Non-BreakingCustomToolType.latestVersion description changed from None to Reference to the latest version of the custom tool
Non-BreakingCustomToolType.id description changed from None to The ID of the object
Non-BreakingCustomToolType.crontabNextRun description changed from None to The next time this custom tool is scheduled to run
Non-BreakingCustomToolType.crontabSchedule description changed from None to Cron schedule defines how frequent this custom tool is going to run
Non-BreakingCustomToolType.contact description changed from None to A contact person responsible for this custom tool.
Non-BreakingCustomToolType.presets description changed from None to The presets to which the custom tool belongs
Non-BreakingArgument contactId: ID added to CustomToolType.presets
Non-BreakingArgument disciplineId: ID added to CustomToolType.presets
Non-BreakingDescription for argument orderBy on field CustomToolType.presets changed from None to Ordering
Non-BreakingCustomToolType.customtoolversionSet description changed from None to The customtool this object belongs to
Non-BreakingCustomToolType.enabled description changed from None to If this custom tool should be available to the users
Non-BreakingDescription for type MultiFileScalar changed from None to MultiFileField Scalar Description
Non-BreakingInput Field projectAttributes: ProjectAttributesInputType was added to input type ProjectTestCaseAttributesInputType
Non-BreakingDescription for Input field ProjectTestCaseAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed
Non-BreakingDescription for Input field ProjectTestCaseAttributesInputType.projectrequirementSetAttributes changed from None to ``
Non-BreakingDescription for Input field MdmAttributeValueListCreateMutationInput.description changed from None to A description of the value list
Non-BreakingDescription for Input field MdmAttributeValueListCreateMutationInput.entriesAttributes changed from None to ``
Non-BreakingDescription for Input field MdmAttributeValueListCreateMutationInput.locked changed from None to Locked and only be editable by system users
Non-BreakingDescription for Input field MdmAttributeValueListCreateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage
Non-BreakingDescription for Input field MdmAttributeValueListCreateMutationInput.name changed from None to The name of the value list
Non-BreakingDescription for Input field MdmAttributeValueListCreateMutationInput.obsolete changed from None to Whether this value list is obsolete or not
Non-BreakingDescription for Input field MdmUnitDeleteMutationInput.id changed from None to ID of the "MdmUnitType" to mutate
Non-BreakingRdTestCloneMutationPayload.rdTest description changed from None to The mutated object.
Non-BreakingRdTestCloneMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field RdTestTemplateAttributeDeleteMutationInput.id changed from None to ID of the "RdTestTemplateAttributeType" to mutate
Non-BreakingDescription for Input field MdmAttributeComponentCreateMutationInput.description changed from None to Description for the MdmAttributeComponent
Non-BreakingDescription for Input field MdmAttributeComponentCreateMutationInput.locked changed from None to Locked and only be editable by system users
Non-BreakingDescription for Input field MdmAttributeComponentCreateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage
Non-BreakingDescription for Input field MdmAttributeComponentCreateMutationInput.name changed from None to The name for the MdmAttributeComponent
Non-BreakingDescription for Input field MdmAttributeComponentCreateMutationInput.obsolete changed from None to Whether this MdmAttributeComponent is obsolete or not.
Non-BreakingBackendSystemCreateMutationPayload.backendSystem description changed from None to The mutated object.
Non-BreakingBackendSystemCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field CustomToolUpdateMutationInput.id changed from None to ID of the "CustomToolType" to mutate
Non-BreakingDescription for Input field CustomToolUpdateMutationInput.customtoolversionSetAttributes changed from None to ``
Non-BreakingDescription for Input field CustomToolUpdateMutationInput.crontabSchedule changed from None to Cron schedule defines how frequent this custom tool is going to run
Non-BreakingDescription for Input field CustomToolUpdateMutationInput.contact changed from None to A contact person responsible for this custom tool.
Non-BreakingDescription for Input field CustomToolUpdateMutationInput.presets changed from None to The presets to which the custom tool belongs
Non-BreakingDescription for Input field CustomToolUpdateMutationInput.enabled changed from None to If this custom tool should be available to the users
Non-BreakingDescription for type GridSettingType changed from None to This model holds the settings information for grid views for single user.
Non-BreakingGridSettingType.user description changed from None to User who created/own the setting
Non-BreakingGridSettingType.objectPermissions description changed from None to A list of permissions that the current user has for this object
Non-BreakingGridSettingType.id description changed from None to The ID of the object
Non-BreakingGridSettingType.isActive description changed from None to Active status of the setting
Non-BreakingGridSettingType.filterModel description changed from None to Defined filters for single columns in JSON format
Non-BreakingGridSettingType.name description changed from None to Name of the settings view
Non-BreakingGridSettingType.gridType description changed from None to Grid for which the setting applies
Non-BreakingGridSettingType.columnStates description changed from None to Column state information in JSON format
Non-BreakingGridSettingType.rowGroupColumns description changed from None to Row group column infomation in JSON format
Non-BreakingGridSettingType.groupStates description changed from None to Group state information in JSON format
Non-BreakingDescription for type BesProjectType changed from None to A project that is defined in a certain backend.
Non-BreakingBesProjectType.sync description changed from None to If True, project data is automatically synchronized with the backend system and thus kept up-to-date.
Non-BreakingBesProjectType.rdtestSet description changed from None to The project within the backend to which this test belongs
Non-BreakingArgument besProjectId_In: [ID] added to BesProjectType.rdtestSet
Non-BreakingArgument besProject_ProjectId: ID added to BesProjectType.rdtestSet
Non-BreakingArgument besProjectId: ID added to BesProjectType.rdtestSet
Non-BreakingArgument besProject_ProjectId_In: [ID] added to BesProjectType.rdtestSet
Non-BreakingDescription for argument orderBy on field BesProjectType.rdtestSet changed from None to Ordering
Non-BreakingBesProjectType.backend description changed from None to The backend system from which this project was loaded
Non-BreakingBesProjectType.objectPermissions description changed from None to A list of permissions that the current user has for this object
Non-BreakingBesProjectType.project description changed from None to The associated internal main project
Non-BreakingBesProjectType.id description changed from None to The ID of the object
Non-BreakingBesProjectType.name description changed from None to The name of the project within the backend
Non-BreakingProjectRequirementUpdateMutationPayload.projectRequirement description changed from None to The mutated object.
Non-BreakingProjectRequirementUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field RdTestTemplateCategoryUpdateMutationInput.name changed from None to Name of the template category
Non-BreakingDescription for Input field RdTestTemplateCategoryUpdateMutationInput.rdtesttemplateSet changed from None to Set list of rd test templates
Non-BreakingDescription for Input field RdTestTemplateCategoryUpdateMutationInput.id changed from None to ID of the "RdTestTemplateCategoryType" to mutate
Non-BreakingDescription for Input field RdTestTemplateAttributeCreateMutationInput.template changed from None to The template this attribute belongs to
Non-BreakingDescription for Input field RdTestTemplateAttributeCreateMutationInput.value changed from None to The value of the attribute
Non-BreakingDescription for Input field RdTestTemplateAttributeCreateMutationInput.comment changed from None to A comment for the attribute
Non-BreakingDescription for Input field RdTestTemplateAttributeCreateMutationInput.name changed from None to The attribute label/caption
Non-BreakingDescription for Input field RdTestTemplateAttributeCreateMutationInput.isoCode changed from None to The iso-code of the attribute
Non-BreakingDescription for Input field MilestoneCreateMutationInput.description changed from None to Description of the Milestone.
Non-BreakingDescription for Input field MilestoneCreateMutationInput.parentMilestone changed from None to ``
Non-BreakingDescription for Input field MilestoneCreateMutationInput.milestoneGroup changed from None to The group the milestone belongs to
Non-BreakingDescription for Input field MilestoneCreateMutationInput.plannedAt changed from None to The point in time at which the milestone is to be fulfilled.
Non-BreakingDescription for Input field MilestoneCreateMutationInput.dateShift changed from None to The number of days between the base milestone and this one.
Non-BreakingDescription for Input field MilestoneCreateMutationInput.name changed from None to Name of the Milestone
Non-BreakingDescription for type ProjectTestCaseTypeEdge changed from None to A Relay edge containing a ProjectTestCaseType and its cursor.
Non-BreakingProjectTestCaseTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingProjectTestCaseTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingWorkerDataUpdateMutationPayload.workerData description changed from None to The mutated object.
Non-BreakingWorkerDataUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingProjectDocumentTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingProjectDocumentTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingProjectDocumentTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for type RdTestTypeEdge changed from None to A Relay edge containing a RdTestType and its cursor.
Non-BreakingRdTestTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingRdTestTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for Input field ClientStateDeleteMutationInput.id changed from None to ID of the "ClientStateType" to mutate
Non-BreakingDescription for type PersonTypeEdge changed from None to A Relay edge containing a PersonType and its cursor.
Non-BreakingPersonTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingPersonTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingMdmAttributeUpdateMutationPayload.mdmAttribute description changed from None to The mutated object.
Non-BreakingMdmAttributeUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-Breaking

Description for type PresetBrickType changed from None to `Database model for a preset brick.

A preset brick is a part of a preset that can be included in several presets.`

Non-BreakingPresetBrickType.id description changed from None to The ID of the object
Non-BreakingPresetBrickType.data description changed from None to The preset brick file
Non-BreakingPresetBrickType.contact description changed from None to A contact person responsible for this preset brick.
Non-BreakingArgument contactId: ID added to PresetBrickType.presets
Non-BreakingArgument disciplineId: ID added to PresetBrickType.presets
Non-BreakingDescription for argument orderBy on field PresetBrickType.presets changed from None to Ordering
Non-BreakingPresetBrickType.name description changed from None to A unique name of the preset brick
Non-BreakingProjectToggleFavoriteMutationPayload.project description changed from None to The mutated object.
Non-BreakingProjectToggleFavoriteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingMdmAttributeValueDeleteMutationPayload.mdmAttributeValue description changed from None to The mutated object.
Non-BreakingMdmAttributeValueDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field RdTestTemplateUpdateMutationInput.disciplines changed from None to The disciplines this template is relevant to
Non-BreakingDescription for Input field RdTestTemplateUpdateMutationInput.description changed from None to Description describing the purpose of the template
Non-BreakingDescription for Input field RdTestTemplateUpdateMutationInput.id changed from None to ID of the "RdTestTemplateType" to mutate
Non-BreakingDescription for Input field RdTestTemplateUpdateMutationInput.category changed from None to Category used to filter templates by specific use case
Non-BreakingDescription for Input field RdTestTemplateUpdateMutationInput.name changed from None to The name for the Test Template
Non-BreakingDescription for Input field RdTestTemplateUpdateMutationInput.rdtesttemplateattributeSetAttributes changed from None to ``
Non-BreakingMdmAttributeConfigurationUpdateMutationPayload.mdmAttributeConfiguration description changed from None to The mutated object.
Non-BreakingMdmAttributeConfigurationUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type ProjectRequirementAttachmentCreateMutationPayload changed from None to Mutation to upload a new project requirement attachment
Non-BreakingProjectRequirementAttachmentCreateMutationPayload.projectRequirementAttachment description changed from None to The mutated object.
Non-BreakingProjectRequirementAttachmentCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDisciplineTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingDisciplineTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingDisciplineTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription 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-BreakingRequirementValuePrivateType.user description changed from None to The user who added the value.
Non-BreakingRequirementValuePrivateType.objectPermissions description changed from None to A list of permissions that the current user has for this object
Non-BreakingRequirementValuePrivateType.value description changed from None to The value of the entry.
Non-BreakingRequirementValuePrivateType.comment description changed from None to An optional comment
Non-BreakingRequirementValuePrivateType.id description changed from None to The ID of the object
Non-BreakingRequirementValuePrivateType.referenceTest description changed from None to The reference test that this value is coming from
Non-BreakingRequirementValuePrivateType.projectrequirementattachmentSet description changed from None to The private requirement values the attachment belongs to.
Non-BreakingArgument requirementValueId: ID added to RequirementValuePrivateType.projectrequirementattachmentSet
Non-BreakingArgument requirementValueId_In: [ID] added to RequirementValuePrivateType.projectrequirementattachmentSet
Non-BreakingDescription for argument orderBy on field RequirementValuePrivateType.projectrequirementattachmentSet changed from None to Ordering
Non-BreakingRequirementValuePrivateType.mdmThresholdRankOverride description changed from None to A manual set MDM rank overwriting the calculated one for any value-version relation
Non-BreakingRequirementValuePrivateType.mdmThresholdRank description changed from None to The calculated MDM rank the entry belongs to.
Non-BreakingRequirementValuePrivateType.projectRequirement description changed from None to The project requirement the value belongs to.
Non-BreakingDescription for Input field CalculationRuleDeleteMutationInput.id changed from None to ID of the "CalculationRuleType" to mutate
Non-BreakingDescription for type JSONDict changed from None to JSON Scalar that returns a dict instead of a string
Non-BreakingDescription for Input field GridSettingDeleteMutationInput.id changed from None to ID of the "GridSettingType" to mutate
Non-BreakingDescription for Input field RdTestUpdateMutationInput.attributesAttributes changed from None to ``
Non-BreakingDescription for Input field RdTestUpdateMutationInput.attachmentsAttributes changed from None to ``
Non-BreakingDescription for Input field RdTestUpdateMutationInput.besProject changed from None to The project within the backend to which this test belongs
Non-BreakingDescription for Input field RdTestUpdateMutationInput.createdAtInBes changed from None to Timestamp when the test has been created in it's backend
Non-BreakingDescription for Input field RdTestUpdateMutationInput.id changed from None to ID of the "RdTestType" to mutate
Non-BreakingDescription for Input field RdTestUpdateMutationInput.idInBes changed from None to The id of the test in it's backend
Non-BreakingDescription for Input field RdTestUpdateMutationInput.syncSuccessfulAt changed from None to The time of the last successful synchronization of the test with the backend
Non-BreakingDescription for Input field RdTestUpdateMutationInput.name changed from None to The name of the test
Non-BreakingDescription for Input field RdTestUpdateMutationInput.testType changed from None to The type of the test
Non-BreakingDescription for Input field ProjectToggleFavoriteMutationInput.id changed from None to ID of the "ProjectType" to mutate
Non-BreakingDescription for type SSRMColumnValueObjectType changed from None to Represent a column definition.
Non-BreakingLoadProjectTestCaseResponseType.rows description changed from None to A list of rows
Non-BreakingLoadProjectTestCaseResponseType.count description changed from None to The total number of existing rows for the applied filters
Non-BreakingDescription for Input field RdTestDeleteMutationInput.id changed from None to ID of the "RdTestType" to mutate
Non-BreakingProjectTestCaseTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingProjectTestCaseTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingProjectTestCaseTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for Input field RdTestTemplateAttributeAttributesInputType.templateAttributes changed from None to The template this attribute belongs to
Non-BreakingDescription for Input field RdTestTemplateAttributeAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed
Non-BreakingCalculationRuleTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingCalculationRuleTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingCalculationRuleTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for Input field RdTestCloneMutationInput.id changed from None to ID of the "RdTestType" to mutate
Non-BreakingProjectTypeDeleteMutationPayload.projectType description changed from None to The mutated object.
Non-BreakingProjectTypeDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingRdTestCreateMutationPayload.rdTest description changed from None to The mutated object.
Non-BreakingRdTestCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field ProjectRequirementAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed
Non-BreakingDescription for Input field ProjectRequirementAttributesInputType.projectThresholdsAttributes changed from None to ``
Non-BreakingDescription for Input field ProjectRequirementAttributesInputType.testCaseAttributes changed from None to Test case to which the requirement belongs
Non-BreakingField objectPermissions was added to object type AuditLogType
Non-BreakingAuditLogType.id description changed from None to The ID of the object
Non-BreakingAuditLogType.type description changed from None to Type of this audit log entry
Non-BreakingAuditLogType.modelId description changed from None to The instance ID of the one that has been changed
Non-BreakingAuditLogType.createdBy description changed from None to The user who made the changes and created the entry
Non-BreakingAuditLogType.modelLabel description changed from None to The model label of the instance that has been changed
Non-BreakingDescription for type RdTestAttachmentTypeEdge changed from None to A Relay edge containing a RdTestAttachmentType and its cursor.
Non-BreakingRdTestAttachmentTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingRdTestAttachmentTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingWorkerTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingWorkerTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingWorkerTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for Input field RdTestAttachmentAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed
Non-BreakingDescription for Input field RdTestAttachmentAttributesInputType.testAttributes changed from None to The test to which the attachment belongs
Non-BreakingDescription for type ClientStateUseMutationPayload changed from None to Mutation to use an existing client state.
Non-BreakingClientStateUseMutationPayload.clientState description changed from None to The mutated object.
Non-BreakingClientStateUseMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field MdmRequirementCreateMutationInput.description changed from None to A description of the requirement.
Non-BreakingDescription for Input field MdmRequirementCreateMutationInput.thresholdsAttributes changed from None to ``
Non-BreakingDescription for Input field MdmRequirementCreateMutationInput.locked changed from None to Locked and only be editable by system users
Non-BreakingDescription for Input field MdmRequirementCreateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage
Non-BreakingDescription for Input field MdmRequirementCreateMutationInput.mdmrequirementdocumentSetAttributes changed from None to ``
Non-BreakingDescription for Input field MdmRequirementCreateMutationInput.contextCondition changed from None to Context information about the object, formulated as a condition.
Non-BreakingDescription for Input field MdmRequirementCreateMutationInput.mdmAttribute changed from None to An attribute that can be assigned to the requirement.
Non-BreakingDescription for Input field MdmRequirementCreateMutationInput.name changed from None to Name of the requirement.
Non-BreakingDescription for Input field MdmRequirementCreateMutationInput.obsolete changed from None to Whether this requirement is obsolete or not.
Non-BreakingDescription for Input field ProjectCreateMutationInput.projectType changed from None to ``
Non-BreakingDescription for Input field ProjectCreateMutationInput.description changed from None to Description of the project.
Non-BreakingDescription for Input field ProjectCreateMutationInput.besProjects changed from None to Set list of bes projects
Non-BreakingDescription for Input field ProjectCreateMutationInput.image changed from None to Images for the project.
Non-BreakingDescription for Input field ProjectCreateMutationInput.name changed from None to Name of the project
Non-BreakingInput Field mdmtestcaseattachmentSetAttributes: [MdmTestCaseAttachmentAttributesInputType] was added to input type MdmTestCaseCreateMutationInput
Non-BreakingDescription for Input field MdmTestCaseCreateMutationInput.description changed from None to A description of the test case.
Non-BreakingDescription for Input field MdmTestCaseCreateMutationInput.locked changed from None to Locked and only be editable by system users
Non-BreakingDescription for Input field MdmTestCaseCreateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage
Non-BreakingDescription for Input field MdmTestCaseCreateMutationInput.requirements changed from None to Requirements which belong to this test case.
Non-BreakingDescription for Input field MdmTestCaseCreateMutationInput.contextCondition changed from None to Context information about the object, formulated as a condition.
Non-BreakingDescription for Input field MdmTestCaseCreateMutationInput.name changed from None to Name of the test case.
Non-BreakingDescription for Input field MdmTestCaseCreateMutationInput.obsolete changed from None to Whether this test case is obsolete or not.
Non-BreakingDescription for Input field MdmRequirementCloneMutationInput.id changed from None to ID of the "MdmRequirementType" to mutate
Non-BreakingDescription for type UserOidcTokenType changed from None to User oidc token for authentication
Non-BreakingUserOidcTokenType.accessToken description changed from None to A token which is used to grant a user access to a resource
Non-BreakingUserOidcTokenType.idToken description changed from None to A security token granted by an OpenID Provider that contains information about an End-User
Non-BreakingDescription for Input field GroupCreateMutationInput.permissions changed from None to ``
Non-BreakingDescription for Input field GroupCreateMutationInput.userSet changed from None to Set list of users
Non-BreakingDescription for Input field MdmThresholdUpdateMutationInput.description changed from None to A description of the threshold.
Non-BreakingDescription 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-BreakingDescription for Input field MdmThresholdUpdateMutationInput.obsolete changed from None to Whether this threshold is obsolete or not.
Non-BreakingDescription for Input field MdmThresholdUpdateMutationInput.id changed from None to ID of the "MdmThresholdType" to mutate
Non-BreakingDescription for Input field MdmThresholdUpdateMutationInput.locked changed from None to Locked and only be editable by system users
Non-BreakingDescription 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-BreakingDescription for Input field MdmThresholdUpdateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage
Non-BreakingDescription for Input field MdmThresholdUpdateMutationInput.lowerBoundary changed from None to The lower boundary of the object.
Non-BreakingDescription for Input field MdmThresholdUpdateMutationInput.rank changed from None to Threshold rank (esp. color) of this threshold.
Non-BreakingDescription for Input field MdmThresholdUpdateMutationInput.upperBoundary changed from None to The upper boundary of the object.
Non-BreakingDescription for Input field MdmThresholdUpdateMutationInput.discreteValue changed from None to Value of the threshold. If used the boundary fields must be empty.
Non-BreakingDescription for type RdTestTypeType changed from None to The type of a resultdata-test, e.g., test or simulation
Non-BreakingRdTestTypeType.name description changed from None to The name of the test type
Non-BreakingRdTestTypeType.id description changed from None to The ID of the object
Non-BreakingDescription for Input field PersonDeleteMutationInput.id changed from None to ID of the "PersonType" to mutate
Non-BreakingMdmAttributeValueListDeleteMutationPayload.mdmAttributeValueList description changed from None to The mutated object.
Non-BreakingMdmAttributeValueListDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingMdmUnitUpdateMutationPayload.mdmUnit description changed from None to The mutated object.
Non-BreakingMdmUnitUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field UserTokenCreateMutationInput.name changed from None to Optional name of the token
Non-BreakingDescription for Input field UserTokenCreateMutationInput.expiresAt changed from None to Expiration date of the token
Non-BreakingDescription for type MdmAttributeValueListTypeEdge changed from None to A Relay edge containing a MdmAttributeValueListType and its cursor.
Non-BreakingMdmAttributeValueListTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingMdmAttributeValueListTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for Input field ArtifactDeleteMutationInput.id changed from None to ID of the "ArtifactType" to mutate
Non-BreakingDescription for type BigInt changed from None to The BigIntscalar type represents non-fractional whole numeric values.BigIntis not constrained to 32-bit like theInt type and thus is a less compatible type.
Non-BreakingLoadProjectRequirementsContext.name description changed from None to The name of the MDM attribute
Non-BreakingLoadProjectRequirementsContext.id description changed from None to ID of the MDM attribute
Non-BreakingLoadProjectRequirementsContext.unit description changed from None to The unit of the MDM attribute
Non-BreakingLoadProjectRequirementsContext.datatype description changed from None to The data type of the MDM attribute
Non-BreakingDescription for type MdmRequirementDocumentType changed from None to Database model for documents that belong to a MDM requirement.
Non-BreakingMdmRequirementDocumentType.user description changed from None to The user who uploaded the attachment.
Non-BreakingMdmRequirementDocumentType.id description changed from None to The ID of the object
Non-BreakingMdmRequirementDocumentType.mdmRequirement description changed from None to The MDM requirement to which the document belongs
Non-BreakingMdmRequirementDocumentType.file description changed from None to The attachment with its derivatives
Non-BreakingMdmRequirementDocumentType.name description changed from None to The name of the attachment
Non-BreakingMdmRequirementDocumentType.fileSize description changed from None to The size of the attachment in bytes.
Non-Breaking

Description for type PermissionType changed from None to `The permissions system provides a way to assign permissions to specific users and groups of users.

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:

- The "add" permission limits the user's ability to view the "add" form
  and add an object.
- The "change" permission limits a user's ability to view the change
  list, view the "change" form and change an object.
- The "delete" permission limits the ability to delete an object.
- The "view" permission limits the ability to view an object.

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-BreakingPermissionType.id description changed from None to The ID of the object
Non-BreakingDescription for type MdmDimensionTypeEdge changed from None to A Relay edge containing a MdmDimensionType and its cursor.
Non-BreakingMdmDimensionTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingMdmDimensionTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for type ClientStateShareMutationPayload changed from None to Mutation to share an existing client state.
Non-BreakingClientStateShareMutationPayload.clientState description changed from None to The mutated object.
Non-BreakingClientStateShareMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field MilestoneGroupUpdateMutationInput.description changed from None to Description of the milestone group
Non-BreakingDescription for Input field MilestoneGroupUpdateMutationInput.isMaster changed from None to Marking Milestone group as master
Non-BreakingDescription for Input field MilestoneGroupUpdateMutationInput.id changed from None to ID of the "MilestoneGroupType" to mutate
Non-BreakingDescription for Input field MilestoneGroupUpdateMutationInput.name changed from None to Name of the milestone group
Non-BreakingMdmAttributeTypeDeleteMutationPayload.mdmAttributeType description changed from None to The mutated object.
Non-BreakingMdmAttributeTypeDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type RoleTypeEdge changed from None to A Relay edge containing a RoleType and its cursor.
Non-BreakingRoleTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingRoleTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingProjectDocumentCreateMutationInput.name type changed from String! to String
Non-BreakingDescription for Input field ProjectDocumentCreateMutationInput.name changed from None to The name of the attachment
Non-BreakingDescription for Input field ProjectDocumentCreateMutationInput.project changed from None to The project to which the document belongs
Non-BreakingDescription for Input field ProjectDocumentCreateMutationInput.file changed from None to The attachment with its derivatives
Non-BreakingDescription for type MdmThresholdType changed from None to A database model for mdm thresholds.
Non-BreakingMdmThresholdType.description description changed from None to A description of the threshold.
Non-BreakingMdmThresholdType.opLowerBoundary description changed from None to Operator of the comparison against the lower boundary value. The lower boundary is the left operand.
Non-BreakingMdmThresholdType.discreteValue description changed from None to Value of the threshold. If used the boundary fields must be empty.
Non-BreakingMdmThresholdType.id description changed from None to The ID of the object
Non-BreakingMdmThresholdType.locked description changed from None to Locked and only be editable by system users
Non-BreakingMdmThresholdType.requirement description changed from None to The mdm requirement to which the threshold belongs.
Non-BreakingMdmThresholdType.opUpperBoundary description changed from None to Operator of the comparison against the upper boundary value. The upper boundary is the right operand.
Non-BreakingMdmThresholdType.sourceId description changed from None to Original ID of the imported object used within the external storage
Non-BreakingMdmThresholdType.lowerBoundary description changed from None to The lower boundary of the object.
Non-BreakingMdmThresholdType.rank description changed from None to Threshold rank (esp. color) of this threshold.
Non-BreakingMdmThresholdType.upperBoundary description changed from None to The upper boundary of the object.
Non-BreakingMdmThresholdType.obsolete description changed from None to Whether this threshold is obsolete or not.
Non-Breaking

Description for type UploadType changed from None to `The upload of a file.

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-BreakingMdmRequirementDocumentUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingMdmRequirementDocumentUpdateMutationPayload.mdmRequirementDocument description changed from None to The mutated object.
Non-BreakingDescription for type CustomToolVersionTypeEdge changed from None to A Relay edge containing a CustomToolVersionType and its cursor.
Non-BreakingCustomToolVersionTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingCustomToolVersionTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingMdmAttributeCreateMutationPayload.mdmAttribute description changed from None to The mutated object.
Non-BreakingMdmAttributeCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingMdmAttributeValueListUpdateMutationPayload.mdmAttributeValueList description changed from None to The mutated object.
Non-BreakingMdmAttributeValueListUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type ClientStateTagUpdateMutationPayload changed from None to Mutation to update an existing client state tag.
Non-BreakingClientStateTagUpdateMutationPayload.clientStateTag description changed from None to The mutated object.
Non-BreakingClientStateTagUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingLoadMdmTestCasesContext.name description changed from None to The name of the MDM attribute
Non-BreakingLoadMdmTestCasesContext.id description changed from None to ID of the MDM attribute
Non-BreakingLoadMdmTestCasesContext.unit description changed from None to The unit of the MDM attribute
Non-BreakingLoadMdmTestCasesContext.datatype description changed from None to The data type of the MDM attribute
Non-BreakingCollectionTagUpdateMutationPayload.collectionTag description changed from None to The mutated object.
Non-BreakingCollectionTagUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field PresetBrickUpdateMutationInput.id changed from None to ID of the "PresetBrickType" to mutate
Non-BreakingDescription for Input field PresetBrickUpdateMutationInput.data changed from None to The preset brick file
Non-BreakingDescription for Input field PresetBrickUpdateMutationInput.contact changed from None to A contact person responsible for this preset brick.
Non-BreakingDescription for type ProjectThresholdTypeEdge changed from None to A Relay edge containing a ProjectThresholdType and its cursor.
Non-BreakingProjectThresholdTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingProjectThresholdTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for Input field ProjectTestCaseCreateMutationInput.description changed from None to A description of the project test case
Non-BreakingDescription for Input field ProjectTestCaseCreateMutationInput.project changed from None to Project to which the project test case belongs
Non-BreakingDescription for Input field ProjectTestCaseCreateMutationInput.projectrequirementSetAttributes changed from None to ``
Non-BreakingDescription for Input field ProjectTestCaseCreateMutationInput.contextCondition changed from None to Context information about the object, formulated as a condition.
Non-BreakingDescription for Input field ProjectTestCaseCreateMutationInput.name changed from None to Name of the project test case
Non-BreakingDescription for Input field ProjectTestCaseCreateMutationInput.obsolete changed from None to Whether this project test case is obsolete or not
Non-BreakingInput Field referenceTest: ID was added to input type RequirementValuePrivateUpdateMutationInput
Non-BreakingDescription for Input field RequirementValuePrivateUpdateMutationInput.value changed from None to The value of the entry.
Non-BreakingDescription for Input field RequirementValuePrivateUpdateMutationInput.comment changed from None to An optional comment
Non-BreakingDescription for Input field RequirementValuePrivateUpdateMutationInput.id changed from None to ID of the "RequirementValuePrivateType" to mutate
Non-BreakingDescription for Input field RequirementValuePrivateUpdateMutationInput.projectrequirementattachmentSetAttributes changed from None to ``
Non-BreakingDescription for Input field RequirementValuePrivateUpdateMutationInput.mdmThresholdRankOverride changed from None to A manual set MDM rank overwriting the calculated one for any value-version relation
Non-BreakingDescription for Input field RequirementValuePrivateUpdateMutationInput.projectRequirement changed from None to The project requirement the value belongs to.
Non-BreakingField projectTestCase was added to object type ProjectRequirementDeriveMutationPayload
Non-BreakingProjectRequirementDeriveMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingCalculationRuleUpdateMutationPayload.calculationRule description changed from None to The mutated object.
Non-BreakingCalculationRuleUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field MdmDimensionDeleteMutationInput.id changed from None to ID of the "MdmDimensionType" to mutate
Non-BreakingMdmAttributeValueListCreateMutationPayload.mdmAttributeValueList description changed from None to The mutated object.
Non-BreakingMdmAttributeValueListCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingRequirementValuePrivateUpdateMutationPayload.requirementValuePrivate description changed from None to The mutated object.
Non-BreakingRequirementValuePrivateUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type TaskTypeEdge changed from None to A Relay edge containing a TaskType and its cursor.
Non-BreakingTaskTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingTaskTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for type PresetBrickTypeEdge changed from None to A Relay edge containing a PresetBrickType and its cursor.
Non-BreakingPresetBrickTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingPresetBrickTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-Breaking

Description for type MdmAttributeValueType changed from None to `A database model for a specific (possible) value of an mdm attribute. These are used in MdmAttributeValueLists (and not directly on the MdmAttribute).

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-BreakingMdmAttributeValueType.description description changed from None to A description of the value
Non-BreakingMdmAttributeValueType.id description changed from None to The ID of the object
Non-BreakingMdmAttributeValueType.locked description changed from None to Locked and only be editable by system users
Non-BreakingMdmAttributeValueType.sourceId description changed from None to Original ID of the imported object used within the external storage
Non-BreakingMdmAttributeValueType.label description changed from None to Human readable version of the raw value
Non-BreakingMdmAttributeValueType.valueList description changed from None to The value list to which the attribute value belongs
Non-BreakingMdmAttributeValueType.name description changed from None to The raw value without any meta-info
Non-BreakingMdmAttributeValueType.obsolete description changed from None to Whether this value list entry is obsolete or not
Non-BreakingDescription for type RdTestAttributeType changed from None to An attribute of a test
Non-BreakingRdTestAttributeType.valueDatetime description changed from None to The raw value converted into a datetime
Non-BreakingRdTestAttributeType.displayValue description changed from None to The respective value from a value list, if the attribute has an associated value list
Non-BreakingRdTestAttributeType.objectPermissions description changed from None to A list of permissions that the current user has for this object
Non-BreakingRdTestAttributeType.value description changed from None to The value of the attribute
Non-BreakingRdTestAttributeType.comment description changed from None to A comment for the attribute
Non-BreakingRdTestAttributeType.id description changed from None to The ID of the object
Non-BreakingRdTestAttributeType.valueTextHuman description changed from None to The human-readable (display) value of the raw value
Non-BreakingRdTestAttributeType.valueNumber description changed from None to The raw value converted into a decimal
Non-BreakingRdTestAttributeType.test description changed from None to The test to which the attribute belongs
Non-BreakingRdTestAttributeType.valueBoolean description changed from None to The raw value converted into a boolean
Non-BreakingRdTestAttributeType.name description changed from None to The attribute label/caption
Non-BreakingRdTestAttributeType.valueDate description changed from None to The raw value converted into a date
Non-BreakingRdTestAttributeType.isoCode description changed from None to The iso-code of the attribute
Non-BreakingArtifactUpdateMutationPayload.artifact description changed from None to The mutated object.
Non-BreakingArtifactUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingCustomToolVersionTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingCustomToolVersionTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingCustomToolVersionTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for Input field MdmRequirementDocumentDeleteMutationInput.id changed from None to ID of the "MdmRequirementDocumentType" to mutate
Non-BreakingDescription for Input field BackendSystemUpsertMutationInput.identifier changed from None to The name of the backend system
Non-BreakingDescription for Input field BackendSystemUpsertMutationInput.userTokenRequired changed from None to Determines if a user token is required to access this backend
Non-BreakingDescription for Input field BackendSystemUpsertMutationInput.updatable changed from None to Marks the backend system to support polling for updates
Non-BreakingDescription for Input field BackendSystemUpsertMutationInput.name changed from None to A human-friendly name of the backend system
Non-BreakingDescription 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-BreakingDescription 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-BreakingArtifactType.id description changed from None to The ID of the object
Non-BreakingArtifactType.task description changed from None to Task the artifact belongs to
Non-BreakingArtifactType.file description changed from None to The artifact file itself
Non-BreakingArtifactType.objectPermissions description changed from None to A list of permissions that the current user has for this object
Non-BreakingGridSettingUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingGridSettingUpdateMutationPayload.gridSetting description changed from None to The mutated object.
Non-BreakingPersonDeleteMutationPayload.person description changed from None to The mutated object.
Non-BreakingPersonDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type CollectionTagType changed from None to Database model that represents a tag for a collection.
Non-BreakingCollectionTagType.description description changed from None to A description what this tag describes
Non-BreakingCollectionTagType.id description changed from None to The ID of the object
Non-BreakingCollectionTagType.name description changed from None to The name of the tag
Non-BreakingDescription for Input field MdmRequirementDocumentUpdateMutationInput.name changed from None to The name of the attachment
Non-BreakingDescription for Input field MdmRequirementDocumentUpdateMutationInput.id changed from None to ID of the "MdmRequirementDocumentType" to mutate
Non-BreakingDescription for Input field MdmRequirementDocumentUpdateMutationInput.file changed from None to The attachment with its derivatives
Non-BreakingDescription for Input field BackendSystemDeleteMutationInput.id changed from None to ID of the "BackendSystemType" to mutate
Non-BreakingDescription 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-BreakingField definitions was added to object type CalculationRuleType
Non-BreakingCalculationRuleType.description description changed from None to A description of the calculation rule
Non-BreakingCalculationRuleType.id description changed from None to The ID of the object
Non-BreakingCalculationRuleType.locked description changed from None to Locked and only be editable by system users
Non-BreakingCalculationRuleType.code description changed from None to Code of the calculation rule
Non-BreakingCalculationRuleType.sourceId description changed from None to Original ID of the imported object used within the external storage
Non-BreakingCalculationRuleType.contextCondition description changed from None to Context information about the object, formulated as a condition.
Non-BreakingCalculationRuleType.name description changed from None to Name of the calculation rule
Non-BreakingCalculationRuleType.obsolete description changed from None to Whether this calculation rule is obsolete or not
Non-BreakingDescription for type WorkerDataType changed from None to Database model for worker data. A worker data instance is a simple key value object.
Non-BreakingWorkerDataType.key description changed from None to A unique key for the worker data.
Non-BreakingWorkerDataType.value description changed from None to Value of this worker data key
Non-BreakingWorkerDataType.id description changed from None to The ID of the object
Non-BreakingRequirementValuePrivateDeleteMutationPayload.requirementValuePrivate description changed from None to The mutated object.
Non-BreakingRequirementValuePrivateDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type MdmRequirementCloneMutationPayload changed from None to Clones a MDM Requirement by the given ID
Non-BreakingMdmRequirementCloneMutationPayload.mdmRequirement description changed from None to The mutated object.
Non-BreakingMdmRequirementCloneMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingMdmRequirementDocumentTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingMdmRequirementDocumentTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingMdmRequirementDocumentTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingMdmTestCaseTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingMdmTestCaseTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingMdmTestCaseTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingPersonUpdateMutationPayload.person description changed from None to The mutated object.
Non-BreakingPersonUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type CustomToolUpdateMutationPayload changed from None to Mutation to update an existing custom tool.
Non-BreakingCustomToolUpdateMutationPayload.customTool description changed from None to The mutated object.
Non-BreakingCustomToolUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type LogEntryType changed from None to Type of log entries
Non-BreakingDescription for Input field CollectionDeleteMutationInput.id changed from None to ID of the "CollectionType" to mutate
Non-BreakingDescription for type ProjectTypeEdge changed from None to A Relay edge containing a ProjectType and its cursor.
Non-BreakingProjectTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingProjectTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for Input field ProjectObjectPermissionDeleteMutationInput.objectId changed from None to The relay ID of the object that is effected by permission change
Non-BreakingDescription for Input field ProjectObjectPermissionDeleteMutationInput.entityId changed from None to The relay ID of the entity i.e. User, Group
Non-BreakingDescription for Input field ProjectObjectPermissionDeleteMutationInput.permissions changed from None to Permissions to add or delete
Non-BreakingDescription for Input field ProjectObjectPermissionDeleteMutationInput.roles changed from None to Roles to add or delete
Non-BreakingMdmDimensionDeleteMutationPayload.mdmDimension description changed from None to The mutated object.
Non-BreakingMdmDimensionDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field UserNotificationUpdateMutationInput.user changed from None to User the notification belongs to
Non-BreakingDescription for Input field UserNotificationUpdateMutationInput.title changed from None to The notification's title
Non-BreakingDescription for Input field UserNotificationUpdateMutationInput.priority changed from None to Priority class of the notification, defaults to 'info'
Non-BreakingDescription for Input field UserNotificationUpdateMutationInput.id changed from None to ID of the "UserNotificationType" to mutate
Non-BreakingDescription for Input field UserNotificationUpdateMutationInput.message changed from None to The notification's text
Non-BreakingDescription for Input field MdmThresholdRankUpdateMutationInput.description changed from None to A description of the threshold rank.
Non-BreakingDescription for Input field MdmThresholdRankUpdateMutationInput.color changed from None to Color of the threshold rank.
Non-BreakingDescription for Input field MdmThresholdRankUpdateMutationInput.id changed from None to ID of the "MdmThresholdRankType" to mutate
Non-BreakingDescription for Input field MdmThresholdRankUpdateMutationInput.rank changed from None to Rank of the threshold rank.
Non-BreakingDescription for Input field MdmThresholdRankUpdateMutationInput.name changed from None to Name of the threshold rank.
Non-BreakingDescription for Input field MdmThresholdRankUpdateMutationInput.obsolete changed from None to Whether this threshold rank is obsolete or not.
Non-BreakingMdmAttributeTypeTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingMdmAttributeTypeTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingMdmAttributeTypeTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingProjectRequirementAttachmentTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingProjectRequirementAttachmentTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingProjectRequirementAttachmentTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for type SettingType changed from None to Model for a key-value setting.
Non-BreakingSettingType.description description changed from None to A short description of the setting.
Non-BreakingSettingType.value description changed from None to The value of this setting.
Non-BreakingSettingType.id description changed from None to The ID of the object
Non-BreakingSettingType.worker description changed from None to Indicates whether this settings is forwarded to any worker, i.e., it is publicly available.
Non-BreakingSettingType.key description changed from None to A unique key for this setting.
Non-BreakingDescription for type CustomToolCreateMutationPayload changed from None to Mutation to upload a new custom tool.
Non-BreakingCustomToolCreateMutationPayload.customTool description changed from None to The mutated object.
Non-BreakingCustomToolCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingProjectThresholdTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingProjectThresholdTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingProjectThresholdTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for Input field BackendSystemUpdateMutationInput.identifier changed from None to The name of the backend system
Non-BreakingDescription for Input field BackendSystemUpdateMutationInput.userTokenRequired changed from None to Determines if a user token is required to access this backend
Non-BreakingDescription for Input field BackendSystemUpdateMutationInput.id changed from None to ID of the "BackendSystemType" to mutate
Non-BreakingDescription for Input field BackendSystemUpdateMutationInput.updatable changed from None to Marks the backend system to support polling for updates
Non-BreakingDescription for Input field BackendSystemUpdateMutationInput.name changed from None to A human-friendly name of the backend system
Non-BreakingCustomToolTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingCustomToolTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingCustomToolTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for type LoadMdmTestCasesInput changed from None to Extra input arguments to filter mdm test cases.
Non-BreakingDescription for Input field LoadMdmTestCasesInput.pivotCols changed from None to Columns that have pivot on them
Non-BreakingDescription for Input field LoadMdmTestCasesInput.startRow changed from None to First row requested or undefined for all rows
Non-BreakingDescription for Input field LoadMdmTestCasesInput.valueCols changed from None to Columns that have aggregations on them
Non-BreakingDescription for Input field LoadMdmTestCasesInput.quickFilter changed from None to Filter over all items by a simple string value
Non-BreakingDescription for Input field LoadMdmTestCasesInput.endRow changed from None to Index after the last requested row or undefined for all rows
Non-BreakingDescription for Input field LoadMdmTestCasesInput.pivotMode changed from None to Defines if pivot mode is on or off
Non-BreakingDescription for Input field LoadMdmTestCasesInput.groupKeys changed from None to What groups the user is viewing
Non-BreakingDescription for Input field LoadMdmTestCasesInput.filterModel changed from None to If filtering, what the filter model is
Non-BreakingDescription for Input field LoadMdmTestCasesInput.sortModel changed from None to If sorting, what the sort model is
Non-BreakingDescription for Input field LoadMdmTestCasesInput.rowGroupCols changed from None to Columns that are currently row grouped
Non-BreakingDescription for Input field PresetBrickCreateMutationInput.contact changed from None to A contact person responsible for this preset brick.
Non-BreakingDescription for Input field PresetBrickCreateMutationInput.data changed from None to The preset brick file
Non-BreakingDescription for type ClientStateUpdateMutationPayload changed from None to Mutation to update an existing client state.
Non-BreakingClientStateUpdateMutationPayload.clientState description changed from None to The mutated object.
Non-BreakingClientStateUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field RoleUpdateMutationInput.id changed from None to ID of the "RoleType" to mutate
Non-BreakingDescription for Input field RoleUpdateMutationInput.default changed from None to If true, this role will be applied to all newly created users.
Non-BreakingDescription for Input field RoleUpdateMutationInput.name changed from None to The name of the role.
Non-BreakingDescription for Input field RoleUpdateMutationInput.permissions changed from None to A list of permissions that this role has.
Non-BreakingDescription for Input field RoleUpdateMutationInput.contentType changed from None to ``
Non-BreakingRdTestTypeUpsertMutationPayload.rdTestType description changed from None to The mutated object.
Non-BreakingRdTestTypeUpsertMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type ProjectRequirementCloneMutationPayload changed from None to Clones a Project Requirement by the given ID
Non-BreakingProjectRequirementCloneMutationPayload.projectRequirement description changed from None to The mutated object.
Non-BreakingProjectRequirementCloneMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field RdTestTemplateCategoryDeleteMutationInput.id changed from None to ID of the "RdTestTemplateCategoryType" to mutate
Non-BreakingRoleTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingRoleTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingRoleTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for type MdmAttributeTypeEdge changed from None to A Relay edge containing a MdmAttributeType and its cursor.
Non-BreakingMdmAttributeTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingMdmAttributeTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDisciplineDeleteMutationPayload.discipline description changed from None to The mutated object.
Non-BreakingDisciplineDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingMdmRequirementDocumentCreateMutationInput.name type changed from String! to String
Non-BreakingDescription for Input field MdmRequirementDocumentCreateMutationInput.name changed from None to The name of the attachment
Non-BreakingDescription for Input field MdmRequirementDocumentCreateMutationInput.mdmRequirement changed from None to The MDM requirement to which the document belongs
Non-BreakingDescription for Input field MdmRequirementDocumentCreateMutationInput.file changed from None to The attachment with its derivatives
Non-BreakingMdmUnitDeleteMutationPayload.mdmUnit description changed from None to The mutated object.
Non-BreakingMdmUnitDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field UserNotificationCreateMutationInput.user changed from None to User the notification belongs to
Non-BreakingDescription for Input field UserNotificationCreateMutationInput.title changed from None to The notification's title
Non-BreakingDescription for Input field UserNotificationCreateMutationInput.priority changed from None to Priority class of the notification, defaults to 'info'
Non-BreakingDescription for Input field UserNotificationCreateMutationInput.message changed from None to The notification's text
Non-BreakingDescription for Input field CollectionUpdateMutationInput.description changed from None to A description of the collection
Non-BreakingDescription for Input field CollectionUpdateMutationInput.tags changed from None to ``
Non-BreakingDescription for Input field CollectionUpdateMutationInput.id changed from None to ID of the "CollectionType" to mutate
Non-BreakingDescription for Input field CollectionUpdateMutationInput.tests changed from None to ``
Non-BreakingDescription for Input field CollectionUpdateMutationInput.discipline changed from None to The discipline to which the collection belongs
Non-BreakingDescription for Input field CollectionUpdateMutationInput.name changed from None to Name of the collection
Non-BreakingDescription for Input field CollectionUpdateMutationInput.accessRight changed from None to Specifies how users other than the creator can access the collection
Non-BreakingMdmAttributeComponentDeleteMutationPayload.mdmAttributeComponent description changed from None to The mutated object.
Non-BreakingMdmAttributeComponentDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type UserTokenTypeEdge changed from None to A Relay edge containing a UserTokenType and its cursor.
Non-BreakingUserTokenTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingUserTokenTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for Input field MdmAttributeUpsertMutationInput.description changed from None to A description of what information is represented by this attribute
Non-BreakingDescription for Input field MdmAttributeUpsertMutationInput.attributeType changed from None to The type of the attribute
Non-BreakingDescription 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-BreakingDescription for Input field MdmAttributeUpsertMutationInput.identifier changed from None to Identifier of the attribute
Non-BreakingDescription for Input field MdmAttributeUpsertMutationInput.component changed from None to The component this attribute is assigned to
Non-BreakingDescription for Input field MdmAttributeUpsertMutationInput.locked changed from None to Locked and only be editable by system users
Non-BreakingDescription for Input field MdmAttributeUpsertMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage
Non-BreakingDescription for Input field MdmAttributeUpsertMutationInput.valueList changed from None to value_list describing the possible values for this attribute
Non-BreakingDescription for Input field MdmAttributeUpsertMutationInput.name changed from None to Human readable name of the attribute
Non-BreakingDescription for Input field MdmAttributeUpsertMutationInput.datatype changed from None to Datatype of the attribute
Non-BreakingDescription for Input field MdmAttributeUpsertMutationInput.isAssociationAttribute changed from None to Whether this attribute may be used as an association attribute
Non-BreakingDescription for Input field MdmAttributeUpsertMutationInput.obsolete changed from None to Whether this attribute is obsolete or not
Non-BreakingRoleCreateMutationPayload.role description changed from None to The mutated object.
Non-BreakingRoleCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-Breaking

Description for type JSONString changed from None to `Allows use of a JSON String for input / output from the GraphQL schema.

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-BreakingDescription for type ProjectDocumentTypeEdge changed from None to A Relay edge containing a ProjectDocumentType and its cursor.
Non-BreakingProjectDocumentTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingProjectDocumentTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for Input field DisciplineCreateMutationInput.name changed from None to A readable name for the discipline
Non-BreakingDescription for Input field DisciplineCreateMutationInput.identifier changed from None to A unique identifier for the discipline
Non-BreakingPresetDeleteMutationPayload.preset description changed from None to The mutated object.
Non-BreakingPresetDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type RoleType changed from None to Define a user role that collects model level permissions.
Non-BreakingRoleType.id description changed from None to The ID of the object
Non-BreakingRoleType.default description changed from None to If true, this role will be applied to all newly created users.
Non-BreakingRoleType.name description changed from None to The name of the role.
Non-BreakingArgument extension_Roles_Id: ID added to RoleType.groupSet
Non-BreakingDescription for argument orderBy on field RoleType.groupSet changed from None to Ordering
Non-BreakingRoleType.permissions description changed from None to A list of permissions that this role has.
Non-BreakingDescription for argument orderBy on field RoleType.permissions changed from None to Ordering
Non-BreakingRoleType.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-BreakingArgument roles_Id_In: [ID] added to RoleType.userSet
Non-BreakingArgument roles_Id: ID added to RoleType.userSet
Non-BreakingDescription for argument orderBy on field RoleType.userSet changed from None to Ordering
Non-BreakingDescription for Input field ProjectTypeCreateMutationInput.name changed from None to Name of the project type
Non-BreakingDescription for Input field UserCreateMutationInput.disciplines changed from None to List of disciplines the user belongs to
Non-BreakingDescription for Input field UserCreateMutationInput.userPermissions changed from None to Specific permissions for this user.
Non-BreakingDescription for Input field UserCreateMutationInput.displayName changed from None to A human readable username
Non-BreakingDescription for Input field UserCreateMutationInput.username changed from None to Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
Non-BreakingDescription for Input field UserCreateMutationInput.layout changed from None to Frontend layout the user has been chosen.
Non-BreakingDescription 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-BreakingDescription for Input field UserCreateMutationInput.external changed from None to A flag indicating whether the user authenticated via an external IDP.
Non-BreakingDescription for Input field UserCreateMutationInput.isStaff changed from None to Designates whether the user can log into this admin site.
Non-BreakingDescription for Input field UserCreateMutationInput.isSuperuser changed from None to Designates that this user has all permissions without explicitly assigning them.
Non-BreakingDescription 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-BreakingDescription 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-BreakingArtifactTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingArtifactTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingArtifactTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for type GridSettingTypeEdge changed from None to A Relay edge containing a GridSettingType and its cursor.
Non-BreakingGridSettingTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingGridSettingTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingCalculationRuleCreateMutationPayload.calculationRule description changed from None to The mutated object.
Non-BreakingCalculationRuleCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field MilestoneDeleteMutationInput.id changed from None to ID of the "MilestoneType" to mutate
Non-BreakingDescription for type RdTestAttachmentDeleteMutationPayload changed from None to Mutation to delete a test attachment.
Non-BreakingRdTestAttachmentDeleteMutationPayload.rdTestAttachment description changed from None to The mutated object.
Non-BreakingRdTestAttachmentDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription 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-BreakingDescription for type MdmRequirementType changed from None to A database model for mdm requirements. Mdm requirements are meta-requirements.
Non-BreakingMdmRequirementType.description description changed from None to A description of the requirement.
Non-BreakingMdmRequirementType.lastModifiedBy description changed from None to The user who last modified the requirement
Non-BreakingMdmRequirementType.id description changed from None to The ID of the object
Non-BreakingMdmRequirementType.thresholds description changed from None to The mdm requirement to which the threshold belongs.
Non-BreakingArgument requirementId_In: [ID] added to MdmRequirementType.thresholds
Non-BreakingArgument requirementId: ID added to MdmRequirementType.thresholds
Non-BreakingDescription for argument orderBy on field MdmRequirementType.thresholds changed from None to Ordering
Non-BreakingMdmRequirementType.sourceId description changed from None to Original ID of the imported object used within the external storage
Non-BreakingMdmRequirementType.contextCondition description changed from None to Context information about the object, formulated as a condition.
Non-BreakingMdmRequirementType.mdmAttribute description changed from None to An attribute that can be assigned to the requirement.
Non-BreakingMdmRequirementType.name description changed from None to Name of the requirement.
Non-BreakingMdmRequirementType.obsolete description changed from None to Whether this requirement is obsolete or not.
Non-BreakingDescription for type MdmRequirementTypeEdge changed from None to A Relay edge containing a MdmRequirementType and its cursor.
Non-BreakingMdmRequirementTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingMdmRequirementTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for Input field MdmDimensionUpdateMutationInput.name changed from None to The name of the dimension
Non-BreakingDescription for Input field MdmDimensionUpdateMutationInput.id changed from None to ID of the "MdmDimensionType" to mutate
Non-BreakingDescription for Input field MdmDimensionUpdateMutationInput.identifier changed from None to The ISO identifier of the dimension
Non-BreakingInput Field referenceTest: ID was added to input type RequirementValueCreateMutationInput
Non-BreakingDescription for Input field RequirementValueCreateMutationInput.value changed from None to The value of the entry.
Non-BreakingDescription for Input field RequirementValueCreateMutationInput.comment changed from None to An optional comment
Non-BreakingDescription for Input field RequirementValueCreateMutationInput.projectrequirementattachmentSetAttributes changed from None to ``
Non-BreakingDescription for Input field RequirementValueCreateMutationInput.mdmThresholdRankOverride changed from None to A manual set MDM rank overwriting the calculated one for any value-version relation
Non-BreakingDescription for Input field RequirementValueCreateMutationInput.projectRequirement changed from None to The project requirement the value belongs to.
Non-BreakingDescription for Input field GroupDeleteMutationInput.id changed from None to ID of the "GroupType" to mutate
Non-BreakingClientStateTagTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingClientStateTagTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingClientStateTagTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingMdmAttributeValueCreateMutationPayload.mdmAttributeValue description changed from None to The mutated object.
Non-BreakingMdmAttributeValueCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field MdmThresholdRankDeleteMutationInput.id changed from None to ID of the "MdmThresholdRankType" to mutate
Non-BreakingDescription for Input field GroupUpdateMutationInput.id changed from None to ID of the "GroupType" to mutate
Non-BreakingDescription for Input field GroupUpdateMutationInput.permissions changed from None to ``
Non-BreakingDescription for Input field GroupUpdateMutationInput.userSet changed from None to Set list of users
Non-BreakingMdmUnitTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingMdmUnitTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingMdmUnitTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingMdmTestCaseDeleteMutationPayload.mdmTestCase description changed from None to The mutated object.
Non-BreakingMdmTestCaseDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type ProjectTypeType changed from None to Database model for storing the list of available project model types.
Non-BreakingProjectTypeType.name description changed from None to Name of the project type
Non-BreakingProjectTypeType.id description changed from None to The ID of the object
Non-BreakingDescription for Input field ProjectRequirementAttachmentAttributesInputType.requirementValueAttributes changed from None to The requirement value the attachment belongs to.
Non-BreakingDescription for Input field ProjectRequirementAttachmentAttributesInputType.privateRequirementValuesAttributes changed from None to The private requirement values the attachment belongs to.
Non-BreakingDescription for Input field ProjectRequirementAttachmentAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed
Non-BreakingDescription 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-BreakingUserUpdateMutationPayload.user description changed from None to The mutated object.
Non-BreakingUserUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field ProjectRequirementAttachmentCreateMutationInput.name changed from None to The name of the attachment
Non-BreakingDescription for Input field ProjectRequirementAttachmentCreateMutationInput.file changed from None to The attachment with its derivatives
Non-BreakingDescription for type ContentTypeTypeEdge changed from None to A Relay edge containing a ContentTypeType and its cursor.
Non-BreakingContentTypeTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingContentTypeTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for type ClientStateCreateMutationPayload changed from None to Mutation to upload a new client state.
Non-BreakingClientStateCreateMutationPayload.clientState description changed from None to The mutated object.
Non-BreakingClientStateCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field DisciplineDeleteMutationInput.id changed from None to ID of the "DisciplineType" to mutate
Non-BreakingDescription for type LoadColumnValuesInput changed from None to Input arguments to filter column values.
Non-BreakingDescription for Input field LoadColumnValuesInput.startRow changed from None to First row requested or undefined for all rows
Non-BreakingDescription for Input field LoadColumnValuesInput.quickFilter changed from None to Filter over all items by a simple string value
Non-BreakingDescription for Input field LoadColumnValuesInput.projects changed from None to A list of selected projects
Non-BreakingDescription for Input field LoadColumnValuesInput.collections changed from None to A list of selected collections
Non-BreakingDescription for Input field LoadColumnValuesInput.column changed from None to The column for which to retrieve the values
Non-BreakingDescription for Input field LoadColumnValuesInput.endRow changed from None to Index after the last requested row or undefined for all rows
Non-BreakingDescription for Input field LoadColumnValuesInput.preset changed from None to The ID of the selected preset
Non-BreakingDescription for Input field LoadColumnValuesInput.filterModel changed from None to If filtering, what the filter model is
Non-BreakingDescription for Input field LoadColumnValuesInput.scenarios changed from None to A list of selected scenarios
Non-BreakingInput Field mdmtestcaseattachmentSetAttributes: [MdmTestCaseAttachmentAttributesInputType] was added to input type MdmTestCaseUpdateMutationInput
Non-BreakingDescription for Input field MdmTestCaseUpdateMutationInput.description changed from None to A description of the test case.
Non-BreakingDescription for Input field MdmTestCaseUpdateMutationInput.id changed from None to ID of the "MdmTestCaseType" to mutate
Non-BreakingDescription for Input field MdmTestCaseUpdateMutationInput.locked changed from None to Locked and only be editable by system users
Non-BreakingDescription for Input field MdmTestCaseUpdateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage
Non-BreakingDescription for Input field MdmTestCaseUpdateMutationInput.requirements changed from None to Requirements which belong to this test case.
Non-BreakingDescription for Input field MdmTestCaseUpdateMutationInput.contextCondition changed from None to Context information about the object, formulated as a condition.
Non-BreakingDescription for Input field MdmTestCaseUpdateMutationInput.name changed from None to Name of the test case.
Non-BreakingDescription for Input field MdmTestCaseUpdateMutationInput.obsolete changed from None to Whether this test case is obsolete or not.
Non-BreakingDescription for Input field MdmThresholdAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed
Non-BreakingDescription for Input field MdmThresholdAttributesInputType.requirementAttributes changed from None to The mdm requirement to which the threshold belongs.
Non-BreakingDescription for Input field MdmAttributeValueUpdateMutationInput.description changed from None to A description of the value
Non-BreakingDescription for Input field MdmAttributeValueUpdateMutationInput.id changed from None to ID of the "MdmAttributeValueType" to mutate
Non-BreakingDescription for Input field MdmAttributeValueUpdateMutationInput.locked changed from None to Locked and only be editable by system users
Non-BreakingDescription for Input field MdmAttributeValueUpdateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage
Non-BreakingDescription for Input field MdmAttributeValueUpdateMutationInput.label changed from None to Human readable version of the raw value
Non-BreakingDescription for Input field MdmAttributeValueUpdateMutationInput.name changed from None to The raw value without any meta-info
Non-BreakingDescription for Input field MdmAttributeValueUpdateMutationInput.obsolete changed from None to Whether this value list entry is obsolete or not
Non-BreakingRdTestTemplateAttributeCreateMutationPayload.rdTestTemplateAttribute description changed from None to The mutated object.
Non-BreakingRdTestTemplateAttributeCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription 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-BreakingUserNotificationMarkAsReadMutationPayload.userNotification description changed from None to The mutated object.
Non-BreakingUserNotificationMarkAsReadMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type CollectionTagTypeEdge changed from None to A Relay edge containing a CollectionTagType and its cursor.
Non-BreakingCollectionTagTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingCollectionTagTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingGroupCreateMutationPayload.group description changed from None to The mutated object.
Non-BreakingGroupCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field DisciplineUpdateMutationInput.name changed from None to A readable name for the discipline
Non-BreakingDescription for Input field DisciplineUpdateMutationInput.id changed from None to ID of the "DisciplineType" to mutate
Non-BreakingDescription for Input field DisciplineUpdateMutationInput.identifier changed from None to A unique identifier for the discipline
Non-Breaking

Description for type MdmAttributeTypeType changed from None to `A database model for types of MdmAttribute. This is some sort of grouping information.

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-BreakingMdmAttributeTypeType.description description changed from None to A description of the type
Non-BreakingMdmAttributeTypeType.identifier description changed from None to Identifier of the attribute type
Non-BreakingMdmAttributeTypeType.id description changed from None to The ID of the object
Non-BreakingMdmAttributeTypeType.name description changed from None to Human readable name of the attribute type
Non-BreakingMdmAttributeTypeType.obsolete description changed from None to Whether this attribute type is obsolete or not
Non-BreakingDescription for type MilestoneType changed from None to Database model for storing milestone-related details.
Non-BreakingMilestoneType.description description changed from None to Description of the Milestone.
Non-BreakingMilestoneType.milestoneGroup description changed from None to The group the milestone belongs to
Non-BreakingMilestoneType.plannedAt description changed from None to The point in time at which the milestone is to be fulfilled.
Non-BreakingMilestoneType.id description changed from None to The ID of the object
Non-BreakingMilestoneType.dateShift description changed from None to The number of days between the base milestone and this one.
Non-BreakingMilestoneType.name description changed from None to Name of the Milestone
Non-BreakingLoadMdmRequirementsContext.name description changed from None to The name of the MDM attribute
Non-BreakingLoadMdmRequirementsContext.id description changed from None to ID of the MDM attribute
Non-BreakingLoadMdmRequirementsContext.unit description changed from None to The unit of the MDM attribute
Non-BreakingLoadMdmRequirementsContext.datatype description changed from None to The data type of the MDM attribute
Non-BreakingMilestoneTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingMilestoneTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingMilestoneTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingRdTestTemplateCreateMutationPayload.rdTestTemplate description changed from None to The mutated object.
Non-BreakingRdTestTemplateCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription 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-BreakingDescription for Input field ClientStateTagUpdateMutationInput.identifier changed from None to Unique identifier for client state tag
Non-BreakingDescription for Input field ClientStateTagUpdateMutationInput.id changed from None to ID of the "ClientStateTagType" to mutate
Non-BreakingDescription for Input field ClientStateTagUpdateMutationInput.label changed from None to A short human-readable label that makes the tag easily distinguishable
Non-BreakingDescription for type MilestoneGroupTypeEdge changed from None to A Relay edge containing a MilestoneGroupType and its cursor.
Non-BreakingMilestoneGroupTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingMilestoneGroupTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for type ProjectRequirementAttachmentTypeEdge changed from None to A Relay edge containing a ProjectRequirementAttachmentType and its cursor.
Non-BreakingProjectRequirementAttachmentTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingProjectRequirementAttachmentTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingGridSettingTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingGridSettingTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingGridSettingTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-Breaking

Description for type ClientStateType changed from None to `Database model for client states.

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-BreakingClientStateType.content description changed from None to State of the client in JSON format
Non-BreakingClientStateType.tags description changed from None to Arbitrary tags that help the client to distinguish different kinds of state
Non-BreakingDescription for argument orderBy on field ClientStateType.tags changed from None to Ordering
Non-BreakingClientStateType.id description changed from None to The ID of the object
Non-BreakingClientStateType.public description changed from None to Determines whether the state is public
Non-BreakingClientStateType.default description changed from None to Determines whether the state is default
Non-BreakingClientStateType.createdBy description changed from None to The user who saved the state
Non-BreakingArgument roles_Id_In: [ID] added to ClientStateType.users
Non-BreakingArgument roles_Id: ID added to ClientStateType.users
Non-BreakingDescription for argument orderBy on field ClientStateType.users changed from None to Ordering
Non-BreakingClientStateType.name description changed from None to A name for the state chosen by the user
Non-BreakingDescription for type ContentTypeType changed from None to ContentType(id, app_label, model)
Non-BreakingContentTypeType.id description changed from None to The ID of the object
Non-BreakingContentTypeType.appLabeledName description changed from None to app labeled model name
Non-BreakingContentTypeType.name description changed from None to verbose name of the model
Non-BreakingDescription for type LoadColumnValuesResponse changed from None to Response type for retrieving a list of available values of a column.
Non-BreakingLoadColumnValuesResponse.rows description changed from None to A list of rows
Non-BreakingLoadColumnValuesResponse.count description changed from None to The total number of existing rows for the applied filters
Non-BreakingPersonTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingPersonTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingPersonTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingMdmDimensionTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingMdmDimensionTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingMdmDimensionTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingBesProjectTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingBesProjectTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingBesProjectTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingWorkerDataCreateMutationPayload.workerData description changed from None to The mutated object.
Non-BreakingWorkerDataCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type BackendSystemTypeEdge changed from None to A Relay edge containing a BackendSystemType and its cursor.
Non-BreakingBackendSystemTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingBackendSystemTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingDescription for Input field ArtifactUpdateMutationInput.id changed from None to ID of the "ArtifactType" to mutate
Non-BreakingDescription for Input field ArtifactUpdateMutationInput.file changed from None to The artifact file itself
Non-BreakingCustomToolRunMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingPresetBrickDeleteMutationPayload.presetBrick description changed from None to The mutated object.
Non-BreakingPresetBrickDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingWorkerDataUpsertMutationPayload.workerData description changed from None to The mutated object.
Non-BreakingWorkerDataUpsertMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type OnUpdateRdTestAttachment changed from None to Subscription for updated or newly created test attachments.
Non-BreakingUserDeleteMutationPayload.user description changed from None to The mutated object.
Non-BreakingUserDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field RdTestAttachmentDeleteMutationInput.id changed from None to ID of the "RdTestAttachmentType" to mutate
Non-BreakingLoadUserTokenType.user description changed from None to The user for whom the token is valid
Non-BreakingLoadUserTokenType.key description changed from None to The user token
Non-BreakingLoadUserTokenType.groupCount description changed from None to The number of items in the group if a group is returned
Non-BreakingLoadUserTokenType.userDisplayName description changed from None to A human readable username
Non-BreakingLoadUserTokenType.isActive description changed from None to Flag that indicates whether the token is still active or already expired
Non-BreakingLoadUserTokenType.api description changed from None to Boolean value indicating whether token is an api token
Non-BreakingLoadUserTokenType.expiresAt description changed from None to Expiration date of the token
Non-BreakingLoadUserTokenType.lastUsed description changed from None to Last time the token was used for authentication
Non-BreakingLoadUserTokenType.name description changed from None to Optional name of the token
Non-BreakingLoadUserTokenType.userUsername description changed from None to Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
Non-BreakingRoleDeleteMutationPayload.role description changed from None to The mutated object.
Non-BreakingRoleDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for type RdTestTaskType changed from None to Represents a background job, which is processed by asynchronously.
Non-BreakingField comment was added to object type RdTestTaskType
Non-BreakingRdTestTaskType.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-BreakingRdTestTaskType.id description changed from None to The ID of the object
Non-BreakingRdTestTaskType.status description changed from None to Current status of the task
Non-BreakingRdTestTaskType.worker description changed from None to Worker which handled the task
Non-BreakingRdTestTaskType.queue description changed from None to Queue the task belongs to
Non-BreakingRdTestTaskType.method description changed from None to Name of the method which should be called on the worker
Non-BreakingRdTestTaskType.name description changed from None to Human readable task name
Non-BreakingRoleUpdateMutationPayload.role description changed from None to The mutated object.
Non-BreakingRoleUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingRdTestTaskTypeConnection.totalCount description changed from None to The total count of objects in this query.
Non-BreakingRdTestTaskTypeConnection.pageInfo description changed from None to Pagination data for this connection.
Non-BreakingRdTestTaskTypeConnection.edges description changed from None to Contains the nodes in this connection.
Non-BreakingDescription for type UserNotificationTypeEdge changed from None to A Relay edge containing a UserNotificationType and its cursor.
Non-BreakingUserNotificationTypeEdge.node description changed from None to The item at the end of the edge
Non-BreakingUserNotificationTypeEdge.cursor description changed from None to A cursor for use in pagination
Non-BreakingProjectDeleteMutationPayload.project description changed from None to The mutated object.
Non-BreakingProjectDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingMdmThresholdUpdateMutationPayload.mdmThreshold description changed from None to The mutated object.
Non-BreakingMdmThresholdUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingProjectTestCaseCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingProjectTestCaseCreateMutationPayload.projectTestCase description changed from None to The mutated object.
Non-BreakingMdmAttributeValueListUpsertMutationPayload.mdmAttributeValueList description changed from None to The mutated object.
Non-BreakingMdmAttributeValueListUpsertMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation.
Non-BreakingDescription for Input field MdmAttributeComponentUpsertMutationInput.description changed from None to Description for the MdmAttributeComponent
Non-BreakingDescription for Input field MdmAttributeComponentUpsertMutationInput.locked changed from None to Locked and only be editable by system users
Non-BreakingDescription for Input field MdmAttributeComponentUpsertMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage
Non-BreakingDescription for Input field MdmAttributeComponentUpsertMutationInput.name changed from None to The name for the MdmAttributeComponent
Non-BreakingDescription for Input field MdmAttributeComponentUpsertMutationInput.obsolete changed from None to Whether this MdmAttributeComponent is obsolete or not.
Non-BreakingDescription for type RdTestTemplateAttributeType changed from None to An attribute of a TestTemplate
Non-BreakingRdTestTemplateAttributeType.displayValue description changed from None to The respective value from a value list, if the attribute has an associated value list
Non-BreakingRdTestTemplateAttributeType.template description changed from None to The template this attribute belongs to
Non-BreakingRdTestTemplateAttributeType.value description changed from None to The value of the attribute
Non-BreakingRdTestTemplateAttributeType.comment description changed from None to A comment for the attribute
Non-BreakingRdTestTemplateAttributeType.id description changed from None to The ID of the object
Non-BreakingRdTestTemplateAttributeType.name description changed from None to The attribute label/caption
Non-BreakingRdTestTemplateAttributeType.isoCode description changed from None to The iso-code of the attribute
Non-BreakingDescription for Input field PersonCreateMutationInput.lastName changed from None to Surname of the person.
Non-BreakingDescription for Input field PersonCreateMutationInput.title changed from None to Title of the person.
Non-BreakingDescription for Input field PersonCreateMutationInput.firstName changed from None to First name of the person.
Non-BreakingDescription for Input field PersonCreateMutationInput.phone changed from None to Phone number of the person.
Non-BreakingDescription for Input field PersonCreateMutationInput.department changed from None to Department within the organization for which the person works.
Non-BreakingDescription for Input field PersonCreateMutationInput.email changed from None to Email adress of the person.
Non-BreakingDescription for Input field PersonCreateMutationInput.organization changed from None to Organization for which the person works.

Deprecations
REST-API Endpoints (deprecated in 0.40.0, removal in January, 2025)
Condition wildcards (deprecated in 0.49.0, removal in October, 2024)