diff --git a/apps/console2/src/components/controls/__generated__/LinkedControlsCardFragment.graphql.ts b/apps/console2/src/components/controls/__generated__/LinkedControlsCardFragment.graphql.ts index f278821ee..e4a620a85 100644 --- a/apps/console2/src/components/controls/__generated__/LinkedControlsCardFragment.graphql.ts +++ b/apps/console2/src/components/controls/__generated__/LinkedControlsCardFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<780834b432440afd9363100bb20f2529>> * @lightSyntaxTransform * @nogrep */ @@ -12,6 +12,7 @@ import { ReaderFragment } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type LinkedControlsCardFragment$data = { readonly framework: { + readonly id: string; readonly name: string; }; readonly id: string; @@ -26,6 +27,13 @@ export type LinkedControlsCardFragment$key = { const node: ReaderFragment = (function(){ var v0 = { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "id", + "storageKey": null +}, +v1 = { "alias": null, "args": null, "kind": "ScalarField", @@ -38,14 +46,8 @@ return { "metadata": null, "name": "LinkedControlsCardFragment", "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "id", - "storageKey": null - }, (v0/*: any*/), + (v1/*: any*/), { "alias": null, "args": null, @@ -61,7 +63,8 @@ return { "name": "framework", "plural": false, "selections": [ - (v0/*: any*/) + (v0/*: any*/), + (v1/*: any*/) ], "storageKey": null } @@ -71,6 +74,6 @@ return { }; })(); -(node as any).hash = "20d4049be0cad5dc766f22d9a0535625"; +(node as any).hash = "741820c65c4317cac48693023c3f9bcc"; export default node; diff --git a/apps/console2/src/hooks/graph/__generated__/DocumentGraphNodeQuery.graphql.ts b/apps/console2/src/hooks/graph/__generated__/DocumentGraphNodeQuery.graphql.ts index 69b46267e..a65c3413b 100644 --- a/apps/console2/src/hooks/graph/__generated__/DocumentGraphNodeQuery.graphql.ts +++ b/apps/console2/src/hooks/graph/__generated__/DocumentGraphNodeQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<3bb1ec7019c6c8cea50060568e814acc>> * @lightSyntaxTransform * @nogrep */ @@ -240,8 +240,8 @@ return { "name": "framework", "plural": false, "selections": [ - (v6/*: any*/), - (v3/*: any*/) + (v3/*: any*/), + (v6/*: any*/) ], "storageKey": null }, @@ -496,12 +496,12 @@ return { ] }, "params": { - "cacheID": "010d49252c4c3098beb66f3550885cfc", + "cacheID": "4fee77bf44296ec1d731ba85a61e26bf", "id": null, "metadata": {}, "name": "DocumentGraphNodeQuery", "operationKind": "query", - "text": "query DocumentGraphNodeQuery(\n $documentId: ID!\n) {\n node(id: $documentId) {\n __typename\n ... on Document {\n ...DocumentDetailPageDocumentFragment\n }\n id\n }\n}\n\nfragment DocumentControlsTabFragment on Document {\n id\n controls(first: 20) {\n edges {\n node {\n id\n ...LinkedControlsCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n}\n\nfragment DocumentDetailPageDocumentFragment on Document {\n id\n title\n owner {\n id\n fullName\n }\n ...DocumentControlsTabFragment\n versions(first: 20) {\n edges {\n node {\n id\n content\n status\n publishedAt\n version\n updatedAt\n signatures(first: 100) {\n edges {\n node {\n id\n state\n signedBy {\n id\n }\n ...DocumentSignaturesDialog_signature\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n ...DocumentVersionHistoryDialogFragment\n ...DocumentSignaturesDialog_version\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment DocumentSignaturesDialog_signature on DocumentVersionSignature {\n id\n state\n signedAt\n requestedAt\n signedBy {\n fullName\n primaryEmailAddress\n id\n }\n}\n\nfragment DocumentSignaturesDialog_version on DocumentVersion {\n version\n status\n publishedAt\n updatedAt\n}\n\nfragment DocumentVersionHistoryDialogFragment on DocumentVersion {\n id\n version\n status\n content\n changelog\n publishedAt\n updatedAt\n publishedBy {\n fullName\n id\n }\n}\n\nfragment LinkedControlsCardFragment on Control {\n id\n name\n sectionTitle\n framework {\n name\n id\n }\n}\n" + "text": "query DocumentGraphNodeQuery(\n $documentId: ID!\n) {\n node(id: $documentId) {\n __typename\n ... on Document {\n ...DocumentDetailPageDocumentFragment\n }\n id\n }\n}\n\nfragment DocumentControlsTabFragment on Document {\n id\n controls(first: 20) {\n edges {\n node {\n id\n ...LinkedControlsCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n}\n\nfragment DocumentDetailPageDocumentFragment on Document {\n id\n title\n owner {\n id\n fullName\n }\n ...DocumentControlsTabFragment\n versions(first: 20) {\n edges {\n node {\n id\n content\n status\n publishedAt\n version\n updatedAt\n signatures(first: 100) {\n edges {\n node {\n id\n state\n signedBy {\n id\n }\n ...DocumentSignaturesDialog_signature\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n ...DocumentVersionHistoryDialogFragment\n ...DocumentSignaturesDialog_version\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment DocumentSignaturesDialog_signature on DocumentVersionSignature {\n id\n state\n signedAt\n requestedAt\n signedBy {\n fullName\n primaryEmailAddress\n id\n }\n}\n\nfragment DocumentSignaturesDialog_version on DocumentVersion {\n version\n status\n publishedAt\n updatedAt\n}\n\nfragment DocumentVersionHistoryDialogFragment on DocumentVersion {\n id\n version\n status\n content\n changelog\n publishedAt\n updatedAt\n publishedBy {\n fullName\n id\n }\n}\n\nfragment LinkedControlsCardFragment on Control {\n id\n name\n sectionTitle\n framework {\n id\n name\n }\n}\n" } }; })(); diff --git a/apps/console2/src/hooks/graph/__generated__/MeasureGraphNodeQuery.graphql.ts b/apps/console2/src/hooks/graph/__generated__/MeasureGraphNodeQuery.graphql.ts index ebcff02f7..3009ec524 100644 --- a/apps/console2/src/hooks/graph/__generated__/MeasureGraphNodeQuery.graphql.ts +++ b/apps/console2/src/hooks/graph/__generated__/MeasureGraphNodeQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<19b79280f8cf27e7e36a700ae2ea003a>> + * @generated SignedSource<<70372622c717225f055cc422e4a2ee39>> * @lightSyntaxTransform * @nogrep */ @@ -460,8 +460,8 @@ return { "name": "framework", "plural": false, "selections": [ - (v3/*: any*/), - (v2/*: any*/) + (v2/*: any*/), + (v3/*: any*/) ], "storageKey": null }, @@ -591,12 +591,12 @@ return { ] }, "params": { - "cacheID": "22ec6d5ae51e192283ffe91b9edc39d0", + "cacheID": "89371663df31f5d410b2556da8472d53", "id": null, "metadata": {}, "name": "MeasureGraphNodeQuery", "operationKind": "query", - "text": "query MeasureGraphNodeQuery(\n $measureId: ID!\n) {\n node(id: $measureId) {\n __typename\n ... on Measure {\n id\n name\n description\n state\n category\n ...MeasureRisksTabFragment\n ...MeasureTasksTabFragment\n ...MeasureControlsTabFragment\n ...MeasureFormDialogMeasureFragment\n ...MeasureEvidencesTabFragment\n }\n id\n }\n}\n\nfragment LinkedControlsCardFragment on Control {\n id\n name\n sectionTitle\n framework {\n name\n id\n }\n}\n\nfragment LinkedRisksCardFragment on Risk {\n id\n name\n inherentRiskScore\n residualRiskScore\n}\n\nfragment MeasureControlsTabFragment on Measure {\n id\n controls(first: 20) {\n edges {\n node {\n id\n ...LinkedControlsCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n}\n\nfragment MeasureEvidencesTabFragment on Measure {\n id\n evidences(first: 50) {\n edges {\n node {\n id\n ...MeasureEvidencesTabFragment_evidence\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n}\n\nfragment MeasureEvidencesTabFragment_evidence on Evidence {\n id\n filename\n size\n type\n createdAt\n fileUrl\n mimeType\n}\n\nfragment MeasureFormDialogMeasureFragment on Measure {\n id\n description\n name\n category\n state\n}\n\nfragment MeasureRisksTabFragment on Measure {\n id\n risks(first: 100) {\n edges {\n node {\n id\n ...LinkedRisksCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment MeasureTasksTabFragment on Measure {\n tasks(first: 100) {\n edges {\n node {\n id\n name\n state\n description\n ...TaskFormDialogFragment\n assignedTo {\n id\n fullName\n }\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment TaskFormDialogFragment on Task {\n id\n description\n name\n state\n timeEstimate\n deadline\n assignedTo {\n id\n }\n measure {\n id\n }\n}\n" + "text": "query MeasureGraphNodeQuery(\n $measureId: ID!\n) {\n node(id: $measureId) {\n __typename\n ... on Measure {\n id\n name\n description\n state\n category\n ...MeasureRisksTabFragment\n ...MeasureTasksTabFragment\n ...MeasureControlsTabFragment\n ...MeasureFormDialogMeasureFragment\n ...MeasureEvidencesTabFragment\n }\n id\n }\n}\n\nfragment LinkedControlsCardFragment on Control {\n id\n name\n sectionTitle\n framework {\n id\n name\n }\n}\n\nfragment LinkedRisksCardFragment on Risk {\n id\n name\n inherentRiskScore\n residualRiskScore\n}\n\nfragment MeasureControlsTabFragment on Measure {\n id\n controls(first: 20) {\n edges {\n node {\n id\n ...LinkedControlsCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n}\n\nfragment MeasureEvidencesTabFragment on Measure {\n id\n evidences(first: 50) {\n edges {\n node {\n id\n ...MeasureEvidencesTabFragment_evidence\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n}\n\nfragment MeasureEvidencesTabFragment_evidence on Evidence {\n id\n filename\n size\n type\n createdAt\n fileUrl\n mimeType\n}\n\nfragment MeasureFormDialogMeasureFragment on Measure {\n id\n description\n name\n category\n state\n}\n\nfragment MeasureRisksTabFragment on Measure {\n id\n risks(first: 100) {\n edges {\n node {\n id\n ...LinkedRisksCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment MeasureTasksTabFragment on Measure {\n tasks(first: 100) {\n edges {\n node {\n id\n name\n state\n description\n ...TaskFormDialogFragment\n assignedTo {\n id\n fullName\n }\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment TaskFormDialogFragment on Task {\n id\n description\n name\n state\n timeEstimate\n deadline\n assignedTo {\n id\n }\n measure {\n id\n }\n}\n" } }; })(); diff --git a/apps/console2/src/pages/organizations/documents/tabs/__generated__/DocumentControlsTabControlsQuery.graphql.ts b/apps/console2/src/pages/organizations/documents/tabs/__generated__/DocumentControlsTabControlsQuery.graphql.ts index 8f6d79f9e..e8c4ac371 100644 --- a/apps/console2/src/pages/organizations/documents/tabs/__generated__/DocumentControlsTabControlsQuery.graphql.ts +++ b/apps/console2/src/pages/organizations/documents/tabs/__generated__/DocumentControlsTabControlsQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<01a2b46af2246ccf2e27afc8a77805c8>> * @lightSyntaxTransform * @nogrep */ @@ -253,8 +253,8 @@ return { "name": "framework", "plural": false, "selections": [ - (v16/*: any*/), - (v14/*: any*/) + (v14/*: any*/), + (v16/*: any*/) ], "storageKey": null }, @@ -348,12 +348,12 @@ return { ] }, "params": { - "cacheID": "9db5367f71ee867e25df15eb9babf4ce", + "cacheID": "3640a2f9f03d965c268474fdfb4aa5e0", "id": null, "metadata": {}, "name": "DocumentControlsTabControlsQuery", "operationKind": "query", - "text": "query DocumentControlsTabControlsQuery(\n $after: CursorKey\n $before: CursorKey = null\n $filter: ControlFilter = null\n $first: Int = 20\n $last: Int = null\n $order: ControlOrder = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...DocumentControlsTabFragment_4cFWzS\n id\n }\n}\n\nfragment DocumentControlsTabFragment_4cFWzS on Document {\n id\n controls(first: $first, after: $after, last: $last, before: $before, orderBy: $order, filter: $filter) {\n edges {\n node {\n id\n ...LinkedControlsCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n}\n\nfragment LinkedControlsCardFragment on Control {\n id\n name\n sectionTitle\n framework {\n name\n id\n }\n}\n" + "text": "query DocumentControlsTabControlsQuery(\n $after: CursorKey\n $before: CursorKey = null\n $filter: ControlFilter = null\n $first: Int = 20\n $last: Int = null\n $order: ControlOrder = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...DocumentControlsTabFragment_4cFWzS\n id\n }\n}\n\nfragment DocumentControlsTabFragment_4cFWzS on Document {\n id\n controls(first: $first, after: $after, last: $last, before: $before, orderBy: $order, filter: $filter) {\n edges {\n node {\n id\n ...LinkedControlsCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n}\n\nfragment LinkedControlsCardFragment on Control {\n id\n name\n sectionTitle\n framework {\n id\n name\n }\n}\n" } }; })(); diff --git a/apps/console2/src/pages/organizations/documents/tabs/__generated__/DocumentControlsTab_attachControlMutation.graphql.ts b/apps/console2/src/pages/organizations/documents/tabs/__generated__/DocumentControlsTab_attachControlMutation.graphql.ts index 00c30cc70..245f852ad 100644 --- a/apps/console2/src/pages/organizations/documents/tabs/__generated__/DocumentControlsTab_attachControlMutation.graphql.ts +++ b/apps/console2/src/pages/organizations/documents/tabs/__generated__/DocumentControlsTab_attachControlMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<74725fda85d702538289d6a97ef17399>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -168,8 +168,8 @@ return { "name": "framework", "plural": false, "selections": [ - (v4/*: any*/), - (v3/*: any*/) + (v3/*: any*/), + (v4/*: any*/) ], "storageKey": null } @@ -201,12 +201,12 @@ return { ] }, "params": { - "cacheID": "d283633e6a7ca3af074af6a8b716fc1c", + "cacheID": "5506b27c88242f338e0d004c27f644de", "id": null, "metadata": {}, "name": "DocumentControlsTab_attachControlMutation", "operationKind": "mutation", - "text": "mutation DocumentControlsTab_attachControlMutation(\n $input: CreateControlDocumentMappingInput!\n) {\n createControlDocumentMapping(input: $input) {\n controlEdge {\n node {\n id\n ...LinkedControlsCardFragment\n }\n }\n }\n}\n\nfragment LinkedControlsCardFragment on Control {\n id\n name\n sectionTitle\n framework {\n name\n id\n }\n}\n" + "text": "mutation DocumentControlsTab_attachControlMutation(\n $input: CreateControlDocumentMappingInput!\n) {\n createControlDocumentMapping(input: $input) {\n controlEdge {\n node {\n id\n ...LinkedControlsCardFragment\n }\n }\n }\n}\n\nfragment LinkedControlsCardFragment on Control {\n id\n name\n sectionTitle\n framework {\n id\n name\n }\n}\n" } }; })(); diff --git a/apps/console2/src/pages/organizations/measures/tabs/__generated__/MeasureControlsTabAttachMutation.graphql.ts b/apps/console2/src/pages/organizations/measures/tabs/__generated__/MeasureControlsTabAttachMutation.graphql.ts index ca26b7395..838040060 100644 --- a/apps/console2/src/pages/organizations/measures/tabs/__generated__/MeasureControlsTabAttachMutation.graphql.ts +++ b/apps/console2/src/pages/organizations/measures/tabs/__generated__/MeasureControlsTabAttachMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<70f20e2c5e4b88b101691f90aecde2da>> + * @generated SignedSource<<957f5a27f6ad551be453f1c2b9e6b94d>> * @lightSyntaxTransform * @nogrep */ @@ -168,8 +168,8 @@ return { "name": "framework", "plural": false, "selections": [ - (v4/*: any*/), - (v3/*: any*/) + (v3/*: any*/), + (v4/*: any*/) ], "storageKey": null } @@ -201,12 +201,12 @@ return { ] }, "params": { - "cacheID": "7b0bd217fa037088f76cb4b6fc4a420a", + "cacheID": "4cb037f0d6be0338fb838653d7460d59", "id": null, "metadata": {}, "name": "MeasureControlsTabAttachMutation", "operationKind": "mutation", - "text": "mutation MeasureControlsTabAttachMutation(\n $input: CreateControlMeasureMappingInput!\n) {\n createControlMeasureMapping(input: $input) {\n controlEdge {\n node {\n id\n ...LinkedControlsCardFragment\n }\n }\n }\n}\n\nfragment LinkedControlsCardFragment on Control {\n id\n name\n sectionTitle\n framework {\n name\n id\n }\n}\n" + "text": "mutation MeasureControlsTabAttachMutation(\n $input: CreateControlMeasureMappingInput!\n) {\n createControlMeasureMapping(input: $input) {\n controlEdge {\n node {\n id\n ...LinkedControlsCardFragment\n }\n }\n }\n}\n\nfragment LinkedControlsCardFragment on Control {\n id\n name\n sectionTitle\n framework {\n id\n name\n }\n}\n" } }; })(); diff --git a/apps/console2/src/pages/organizations/measures/tabs/__generated__/MeasureControlsTabControlsQuery.graphql.ts b/apps/console2/src/pages/organizations/measures/tabs/__generated__/MeasureControlsTabControlsQuery.graphql.ts index 9e9bc5c96..c3b32e30b 100644 --- a/apps/console2/src/pages/organizations/measures/tabs/__generated__/MeasureControlsTabControlsQuery.graphql.ts +++ b/apps/console2/src/pages/organizations/measures/tabs/__generated__/MeasureControlsTabControlsQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<7d62dd9f271d13ca9220c8e54b79fa06>> * @lightSyntaxTransform * @nogrep */ @@ -253,8 +253,8 @@ return { "name": "framework", "plural": false, "selections": [ - (v16/*: any*/), - (v14/*: any*/) + (v14/*: any*/), + (v16/*: any*/) ], "storageKey": null }, @@ -348,12 +348,12 @@ return { ] }, "params": { - "cacheID": "33e321fd8342ba1909b806fca25debf4", + "cacheID": "a7984d29c1f4c4274e71f939d6a313fe", "id": null, "metadata": {}, "name": "MeasureControlsTabControlsQuery", "operationKind": "query", - "text": "query MeasureControlsTabControlsQuery(\n $after: CursorKey\n $before: CursorKey = null\n $filter: ControlFilter = null\n $first: Int = 20\n $last: Int = null\n $order: ControlOrder = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...MeasureControlsTabFragment_4cFWzS\n id\n }\n}\n\nfragment LinkedControlsCardFragment on Control {\n id\n name\n sectionTitle\n framework {\n name\n id\n }\n}\n\nfragment MeasureControlsTabFragment_4cFWzS on Measure {\n id\n controls(first: $first, after: $after, last: $last, before: $before, orderBy: $order, filter: $filter) {\n edges {\n node {\n id\n ...LinkedControlsCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n}\n" + "text": "query MeasureControlsTabControlsQuery(\n $after: CursorKey\n $before: CursorKey = null\n $filter: ControlFilter = null\n $first: Int = 20\n $last: Int = null\n $order: ControlOrder = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...MeasureControlsTabFragment_4cFWzS\n id\n }\n}\n\nfragment LinkedControlsCardFragment on Control {\n id\n name\n sectionTitle\n framework {\n id\n name\n }\n}\n\nfragment MeasureControlsTabFragment_4cFWzS on Measure {\n id\n controls(first: $first, after: $after, last: $last, before: $before, orderBy: $order, filter: $filter) {\n edges {\n node {\n id\n ...LinkedControlsCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n}\n" } }; })();