From f589dd6ed77142558208707e3fc1234aa3734eb2 Mon Sep 17 00:00:00 2001 From: Aja Beckett Date: Tue, 17 Oct 2023 11:21:08 -0700 Subject: [PATCH] feat: add additional fields to soil id fragments --- 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 8b816cb8..f41c360d 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": { @@ -13078,7 +13078,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 3fb8ad1f..b21a22fb 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 }