Skip to content
Snippets Groups Projects

Remove "conformsTo", "containedIn", and "currentLocation" of EconomicResource{Create,Update}Params

Open srfsh requested to merge srfsh/useless-fields into sprout
Files
3
@@ -34,8 +34,3 @@ input EconomicEventCreateParams {
"(`SpatialThing`) The new location of the receiver resource."
toLocation: ID
}
input EconomicResourceCreateParams {
"(`SpatialThing`) The current place an economic resource is located. Could be at any level of granularity, from a town to an address to a warehouse location. Usually mappable."
currentLocation: ID
}
Loading