Geo Generalization - GraphQL Query
Currenlty in the UI we are hard-coding query files for Geo Replicables. This change replaces that file system with a function that interpolates the replicable name into the graphql query. This way any new data types will automatically be able to fetch its data without any additional code.
Showing
... | ... | @@ -88,6 +88,7 @@ |
"fuzzaldrin-plus": "^0.6.0", | ||
"glob": "^7.1.6", | ||
"graphql": "^14.0.2", | ||
"graphql-tag": "^2.10.1", | ||
"immer": "^5.2.1", | ||
"imports-loader": "^0.8.0", | ||
"jed": "^1.1.1", | ||
... | ... | @@ -177,7 +178,6 @@ |
"eslint-plugin-no-jquery": "^2.3.0", | ||
"gettext-extractor": "^3.4.3", | ||
"gettext-extractor-vue": "^4.0.2", | ||
"graphql-tag": "^2.10.1", | ||
"istanbul-lib-coverage": "^3.0.0", | ||
"istanbul-lib-report": "^3.0.0", | ||
"istanbul-reports": "^3.0.0", | ||
... | ... |
Please register or sign in to comment