AAE-20808 using new GraphQL library (#10454)

* AAE-20808 using new GraphQL library

* AAE-20808 Code refactoring

* AAE-20808 Improving unit tests

* AAE-20808 unit test improvement

* AAE-20808 Fixed process services storybook build
This commit is contained in:
Ehsan Rezaei
2024-12-06 15:03:13 +01:00
committed by GitHub
parent 06f16996a4
commit 44321b01c5
8 changed files with 422 additions and 129 deletions

View File

@@ -6,5 +6,5 @@
},
"exclude": ["../**/*.spec.ts" ],
"include": ["../src/**/*", "*.js"]
"include": ["../src/**/*", "*.js", "../../core/feature-flags"]
}