Economic Event
{
type: 'EconomicEvent',
provider: Agent!,
receiver: Agent,
action: String!,
affectedQuantity: {
quantity: Decimal!,
unit: String!
},
date: String!,
resourceClassifiedAs: ResourceClassification!,
note: String,
scope: Agent
}{
type: 'EconomicEvent',
provider: {
type: "Agent",
id: "503",
name: "Maro Horta",
classification: "Person",
image: "https://picsum.photos/200/300"
},
receiver: {
type: "Agent",
id: "239",
name: "OpenCoopWork",
classification: "Organization",
image: "https://picsum.photos/200/300"
},
action: "write",
affectedQuantity: {
quantity: 123.00,
unit: "words"
},
date: "2017-09-05",
resourceClassifiedAs: ResourceClassification!,
note: "Dude you're getting a telescope",
scope: {
type: "Agent",
id: "239",
name: "OpenCoopWork",
classification: "Organization",
image: "https://picsum.photos/200/300"
}
}Last updated