Skip to content

Commit

Permalink
feat: add additional fields to soil id fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
ajabeckett committed Oct 17, 2023
1 parent 9d2d761 commit f589dd6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
9 changes: 9 additions & 0 deletions src/soilId/soilIdFragments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ export const soilData = /* GraphQL */ `
slopeSteepnessSelect
slopeSteepnessPercent
slopeSteepnessDegree
surfaceCracksSelect
surfaceSaltSelect
floodingSelect
limeRequirementsSelect
surfaceStoninessSelect
waterTableDepthSelect
soilDepthSelect
landCoverSelect
grazingSelect
depthIntervals {
...soilDataDepthInterval
}
Expand Down

0 comments on commit f589dd6

Please sign in to comment.