Skip to content

Commit 2949917

Browse files
committed
feat: added alchemicaToHarvest and parcelSurveyd to schema
1 parent 836c0e9 commit 2949917

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schema.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,9 @@ type Parcel @entity {
416416
size: BigInt
417417

418418
accessRights: [ParcelAccessRight!]! @derivedFrom(field: "parcel")
419+
420+
alchemicaToHarvest: [BigInt!]!
421+
roundsSurvey: Int
419422
}
420423

421424
type ParcelAccessRight @entity {

0 commit comments

Comments
 (0)