@leosprograms/vf-graphql
Version:
Reference GraphQL implementation of the ValueFlows spec
23 lines (18 loc) • 413 B
JavaScript
// Generated by scripts/build.js - edit the *.gql file instead!
module.exports = `
##
#
# Observation <> Satisfaction indexes
#
# Provides linkage between the Observation and Satisfaction spaces within
# economic networks.
#
# @package vf-graphql
# @since 2022-05-27
#
##
type EconomicEvent {
"An intent satisfied fully or partially by an economic event or commitment."
satisfies: [Satisfaction!]
}
`