AAE-20808 Switch to new graphql library (#10390)

* AAE-20808 Switch to new graphql library

* AAE-20808 Code refactoring

* AAE-20808 Fixed storybook build
This commit is contained in:
Ehsan Rezaei
2024-11-21 11:37:05 +01:00
committed by GitHub
parent ac07a827fd
commit 38ccfa1377
13 changed files with 434 additions and 148 deletions

View File

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