diff --git a/apps/console/src/__generated__/core/StateOfApplicabilityControlsFieldFrameworkControlsQuery.graphql.ts b/apps/console/src/__generated__/core/StateOfApplicabilityControlsFieldFrameworkControlsQuery.graphql.ts deleted file mode 100644 index 5ce820261..000000000 --- a/apps/console/src/__generated__/core/StateOfApplicabilityControlsFieldFrameworkControlsQuery.graphql.ts +++ /dev/null @@ -1,197 +0,0 @@ -/** - * @generated SignedSource<<760a4c9ef58d487ab996d36a6cf1aa21>> - * @lightSyntaxTransform - * @nogrep - */ - -/* tslint:disable */ -/* eslint-disable */ -// @ts-nocheck - -import { ConcreteRequest } from 'relay-runtime'; -export type StateOfApplicabilityControlsFieldFrameworkControlsQuery$variables = { - frameworkId: string; -}; -export type StateOfApplicabilityControlsFieldFrameworkControlsQuery$data = { - readonly framework: { - readonly controls?: { - readonly edges: ReadonlyArray<{ - readonly node: { - readonly id: string; - readonly name: string; - readonly sectionTitle: string; - }; - }>; - }; - readonly id?: string; - }; -}; -export type StateOfApplicabilityControlsFieldFrameworkControlsQuery = { - response: StateOfApplicabilityControlsFieldFrameworkControlsQuery$data; - variables: StateOfApplicabilityControlsFieldFrameworkControlsQuery$variables; -}; - -const node: ConcreteRequest = (function(){ -var v0 = [ - { - "defaultValue": null, - "kind": "LocalArgument", - "name": "frameworkId" - } -], -v1 = [ - { - "kind": "Variable", - "name": "id", - "variableName": "frameworkId" - } -], -v2 = { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "id", - "storageKey": null -}, -v3 = { - "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 500 - }, - { - "kind": "Literal", - "name": "orderBy", - "value": { - "direction": "ASC", - "field": "SECTION_TITLE" - } - } - ], - "concreteType": "ControlConnection", - "kind": "LinkedField", - "name": "controls", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "concreteType": "ControlEdge", - "kind": "LinkedField", - "name": "edges", - "plural": true, - "selections": [ - { - "alias": null, - "args": null, - "concreteType": "Control", - "kind": "LinkedField", - "name": "node", - "plural": false, - "selections": [ - (v2/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "sectionTitle", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "name", - "storageKey": null - } - ], - "storageKey": null - } - ], - "storageKey": null - } - ], - "storageKey": "controls(first:500,orderBy:{\"direction\":\"ASC\",\"field\":\"SECTION_TITLE\"})" -}; -return { - "fragment": { - "argumentDefinitions": (v0/*: any*/), - "kind": "Fragment", - "metadata": null, - "name": "StateOfApplicabilityControlsFieldFrameworkControlsQuery", - "selections": [ - { - "alias": "framework", - "args": (v1/*: any*/), - "concreteType": null, - "kind": "LinkedField", - "name": "node", - "plural": false, - "selections": [ - { - "kind": "InlineFragment", - "selections": [ - (v2/*: any*/), - (v3/*: any*/) - ], - "type": "Framework", - "abstractKey": null - } - ], - "storageKey": null - } - ], - "type": "Query", - "abstractKey": null - }, - "kind": "Request", - "operation": { - "argumentDefinitions": (v0/*: any*/), - "kind": "Operation", - "name": "StateOfApplicabilityControlsFieldFrameworkControlsQuery", - "selections": [ - { - "alias": "framework", - "args": (v1/*: any*/), - "concreteType": null, - "kind": "LinkedField", - "name": "node", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "__typename", - "storageKey": null - }, - (v2/*: any*/), - { - "kind": "InlineFragment", - "selections": [ - (v3/*: any*/) - ], - "type": "Framework", - "abstractKey": null - } - ], - "storageKey": null - } - ] - }, - "params": { - "cacheID": "4e57853f9452f6167ef9dd2521f0b998", - "id": null, - "metadata": {}, - "name": "StateOfApplicabilityControlsFieldFrameworkControlsQuery", - "operationKind": "query", - "text": "query StateOfApplicabilityControlsFieldFrameworkControlsQuery(\n $frameworkId: ID!\n) {\n framework: node(id: $frameworkId) {\n __typename\n ... on Framework {\n id\n controls(first: 500, orderBy: {field: SECTION_TITLE, direction: ASC}) {\n edges {\n node {\n id\n sectionTitle\n name\n }\n }\n }\n }\n id\n }\n}\n" - } -}; -})(); - -(node as any).hash = "2817a6951ce5ad1efdee9951636916ff"; - -export default node; diff --git a/apps/console/src/__generated__/core/StateOfApplicabilityControlsFieldFrameworksQuery.graphql.ts b/apps/console/src/__generated__/core/StateOfApplicabilityControlsFieldFrameworksQuery.graphql.ts deleted file mode 100644 index 6719dccc3..000000000 --- a/apps/console/src/__generated__/core/StateOfApplicabilityControlsFieldFrameworksQuery.graphql.ts +++ /dev/null @@ -1,172 +0,0 @@ -/** - * @generated SignedSource<<09147ad036a4ae9295cd5fc5242f6ee7>> - * @lightSyntaxTransform - * @nogrep - */ - -/* tslint:disable */ -/* eslint-disable */ -// @ts-nocheck - -import { ConcreteRequest } from 'relay-runtime'; -export type StateOfApplicabilityControlsFieldFrameworksQuery$variables = { - organizationId: string; -}; -export type StateOfApplicabilityControlsFieldFrameworksQuery$data = { - readonly organization: { - readonly frameworks?: { - readonly edges: ReadonlyArray<{ - readonly node: { - readonly id: string; - readonly name: string; - }; - }>; - }; - }; -}; -export type StateOfApplicabilityControlsFieldFrameworksQuery = { - response: StateOfApplicabilityControlsFieldFrameworksQuery$data; - variables: StateOfApplicabilityControlsFieldFrameworksQuery$variables; -}; - -const node: ConcreteRequest = (function(){ -var v0 = [ - { - "defaultValue": null, - "kind": "LocalArgument", - "name": "organizationId" - } -], -v1 = [ - { - "kind": "Variable", - "name": "id", - "variableName": "organizationId" - } -], -v2 = { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "id", - "storageKey": null -}, -v3 = { - "kind": "InlineFragment", - "selections": [ - { - "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 100 - } - ], - "concreteType": "FrameworkConnection", - "kind": "LinkedField", - "name": "frameworks", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "concreteType": "FrameworkEdge", - "kind": "LinkedField", - "name": "edges", - "plural": true, - "selections": [ - { - "alias": null, - "args": null, - "concreteType": "Framework", - "kind": "LinkedField", - "name": "node", - "plural": false, - "selections": [ - (v2/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "name", - "storageKey": null - } - ], - "storageKey": null - } - ], - "storageKey": null - } - ], - "storageKey": "frameworks(first:100)" - } - ], - "type": "Organization", - "abstractKey": null -}; -return { - "fragment": { - "argumentDefinitions": (v0/*: any*/), - "kind": "Fragment", - "metadata": null, - "name": "StateOfApplicabilityControlsFieldFrameworksQuery", - "selections": [ - { - "alias": "organization", - "args": (v1/*: any*/), - "concreteType": null, - "kind": "LinkedField", - "name": "node", - "plural": false, - "selections": [ - (v3/*: any*/) - ], - "storageKey": null - } - ], - "type": "Query", - "abstractKey": null - }, - "kind": "Request", - "operation": { - "argumentDefinitions": (v0/*: any*/), - "kind": "Operation", - "name": "StateOfApplicabilityControlsFieldFrameworksQuery", - "selections": [ - { - "alias": "organization", - "args": (v1/*: any*/), - "concreteType": null, - "kind": "LinkedField", - "name": "node", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "__typename", - "storageKey": null - }, - (v3/*: any*/), - (v2/*: any*/) - ], - "storageKey": null - } - ] - }, - "params": { - "cacheID": "88fe75a1aeca2c9971693ed79bf82afe", - "id": null, - "metadata": {}, - "name": "StateOfApplicabilityControlsFieldFrameworksQuery", - "operationKind": "query", - "text": "query StateOfApplicabilityControlsFieldFrameworksQuery(\n $organizationId: ID!\n) {\n organization: node(id: $organizationId) {\n __typename\n ... on Organization {\n frameworks(first: 100) {\n edges {\n node {\n id\n name\n }\n }\n }\n }\n id\n }\n}\n" - } -}; -})(); - -(node as any).hash = "5a0adc0c46445f40980fdb8edb8122ce"; - -export default node;