Change state of applicability

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-01-02 15:04:11 +01:00
parent c60e19a7a8
commit 4ed3f5a067
105 changed files with 18351 additions and 284 deletions

View File

@@ -100,6 +100,16 @@ export const frameworkControlNodeQuery = graphql`
status
exclusionJustification
...FrameworkControlDialogFragment
stateOfApplicabilityControls(first: 100)
@connection(key: "FrameworkGraphControl_stateOfApplicabilityControls") {
__id
edges {
node {
id
...LinkedStatesOfApplicabilityCardFragment
}
}
}
measures(first: 100)
@connection(key: "FrameworkGraphControl_measures") {
__id
@@ -130,6 +140,16 @@ export const frameworkControlNodeQuery = graphql`
}
}
}
obligations(first: 100)
@connection(key: "FrameworkGraphControl_obligations") {
__id
edges {
node {
id
...LinkedObligationsCardFragment
}
}
}
snapshots(first: 100)
@connection(key: "FrameworkGraphControl_snapshots") {
__id