@leosprograms/vf-graphql
Version:
Reference GraphQL implementation of the ValueFlows spec
21 lines (17 loc) • 325 B
JavaScript
// Generated by scripts/build.js - edit the *.gql file instead!
module.exports = `
##
#
# Observation <> Fulfillment API
#
# Provides linkage between the Observation and Fulfillment spaces within
# economic networks.
#
# @package vf-graphql
# @since 2022-05-27
#
##
type EconomicEvent {
fulfills: [Fulfillment!]
}
`