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