Skip to content
Snippets Groups Projects

Draft: Added corrects method on EconomicEvent

Open Lynn Foster requested to merge corrects into sprout
1 file
+ 5
2
Compare changes
  • Side-by-side
  • Inline
@@ -57,8 +57,8 @@ type EconomicEvent {
"References another economic event that implied this economic event, often based on a prior agreement."
triggeredBy: EconomicEvent
"The economic event can be safely deleted, has no dependent information."
deletable: Boolean
"Used when an event was entered incorrectly and needs to be backed out or corrected. (The initial event cannot be changed.)"
corrects: EconomicEvent
# inverse relationships and queries
@@ -69,6 +69,9 @@ type EconomicEvent {
next: [ProductionFlowItem!]
track: [TrackTraceItem!]
trace: [TrackTraceItem!]
"The economic event can be safely deleted, has no dependent information."
deletable: Boolean
}
"""
Loading