@leosprograms/vf-graphql
Version:
Reference GraphQL implementation of the ValueFlows spec
25 lines (19 loc) • 503 B
JavaScript
// Generated by scripts/build.js - edit the *.gql file instead!
module.exports = `
##
#
# Commitment <> Fulfillment API
#
# Extends Commitments with the ability to be be fulfilled via Fulfillments.
#
# @package vf-graphql
# @since 2022-05-27
#
##
type Commitment {
##############################################################################
# inverse relationships and queries
"The economic event which completely or partially fulfills a commitment."
fulfilledBy: [Fulfillment!]
}
`