@valueflows/vf-graphql
Version:
Reference GraphQL implementation of the ValueFlows spec
22 lines (17 loc) • 361 B
JavaScript
// Generated by scripts/build.js - edit the *.gql file instead!
module.exports = `
##
#
# Observation <> Appreciation indexes
#
# Augments EconomicEvent with read-only fields for retrieving reciprocal events.
#
# @package vf-graphql
# @since 2020-02-12
#
##
type EconomicEvent {
appreciationOf: [Appreciation!]
appreciationWith: [Appreciation!]
}
`