From fe41d24abdc07016fbdb2cdaf0e737018ec89f37 Mon Sep 17 00:00:00 2001 From: ajabeckett <31599074+ajabeckett@users.noreply.github.com> Date: Tue, 17 Oct 2023 14:34:32 -0700 Subject: [PATCH] feat: add additional fields to soil id fragments (#132) --- package-lock.json | 4 ++-- package.json | 2 +- src/soilId/soilIdFragments.ts | 9 +++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 970402bf..02eec25b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "lodash": "^4.17.21", "react": "^18.2.0", "react-redux": "^8.1.2", - "terraso-backend": "github:techmatters/terraso-backend#5476cb6", + "terraso-backend": "github:techmatters/terraso-backend#dc15c3a", "uuid": "^9.0.1" }, "devDependencies": { @@ -13094,7 +13094,7 @@ }, "node_modules/terraso-backend": { "version": "0.1.0", - "resolved": "git+ssh://git@github.com/techmatters/terraso-backend.git#5476cb6b79d3a269a4f6ed5d934c3fc68c555244" + "resolved": "git+ssh://git@github.com/techmatters/terraso-backend.git#dc15c3a948666ee25cdc43dae0ddfca3e7e6465b" }, "node_modules/test-exclude": { "version": "6.0.0", diff --git a/package.json b/package.json index 44102623..e63b6eec 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lodash": "^4.17.21", "react": "^18.2.0", "react-redux": "^8.1.2", - "terraso-backend": "github:techmatters/terraso-backend#5476cb6", + "terraso-backend": "github:techmatters/terraso-backend#dc15c3a", "uuid": "^9.0.1" }, "scripts": { diff --git a/src/soilId/soilIdFragments.ts b/src/soilId/soilIdFragments.ts index f68733e3..adccce58 100644 --- a/src/soilId/soilIdFragments.ts +++ b/src/soilId/soilIdFragments.ts @@ -54,6 +54,15 @@ export const soilData = /* GraphQL */ ` slopeSteepnessSelect slopeSteepnessPercent slopeSteepnessDegree + surfaceCracksSelect + surfaceSaltSelect + floodingSelect + limeRequirementsSelect + surfaceStoninessSelect + waterTableDepthSelect + soilDepthSelect + landCoverSelect + grazingSelect depthIntervals { ...soilDataDepthInterval }