@valueflows/vf-graphql
Advanced tools
Comparing version 0.9.0-alpha.6 to 0.9.0-alpha.7
@@ -268,11 +268,8 @@ | ||
updateEconomicEvent(event: EconomicEventUpdateParams!): EconomicEventResponse! | ||
deleteEconomicEvent(revisionId: ID!): Boolean! | ||
# :TODO: should this be allowed without an originating event? Or should the event be recorded transparently? | ||
updateEconomicResource( | ||
resource: EconomicResourceUpdateParams! | ||
): EconomicResourceResponse! | ||
deleteEconomicResource(revisionId: ID!): Boolean! | ||
} | ||
` |
@@ -0,1 +1,6 @@ | ||
## 0.9.0-alpha.7 | ||
- **Breaking:** removed `deleteEconomicEvent` and `deleteEconomicResource` as there are bookkeeping repercussions for deleting them, even in simple cases. | ||
- Fixed schema files for `ResourceSpecification` & `ProcessSpecification` history queries being incorrectly named, leading to missing query edges. | ||
## 0.9.0-alpha.6 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "@valueflows/vf-graphql", | ||
"version": "0.9.0-alpha.6", | ||
"version": "0.9.0-alpha.7", | ||
"description": "Reference GraphQL implementation of the ValueFlows spec", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -65,3 +65,2 @@ | ||
'history.geolocation': require('./build/history.geolocation'), | ||
'history.knowledge': require('./build/history.knowledge'), | ||
'history.measurement': require('./build/history.measurement'), | ||
@@ -71,5 +70,7 @@ 'history.observation': require('./build/history.observation'), | ||
'history.planning': require('./build/history.planning'), | ||
'history.process_specification': require('./build/history.process_specification'), | ||
'history.proposal.agent': require('./build/history.proposal.agent'), | ||
'history.proposal': require('./build/history.proposal'), | ||
'history.recipe': require('./build/history.recipe'), | ||
'history.resource_specification': require('./build/history.resource_specification'), | ||
'history.scenario': require('./build/history.scenario'), | ||
@@ -76,0 +77,0 @@ 'intent.filtering': require('./build/intent.filtering'), |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
213
1374905
35296