@valueflows/vf-graphql
Version:
Reference GraphQL implementation of the ValueFlows spec
20 lines (16 loc) • 285 B
JavaScript
// Generated by scripts/build.js - edit the *.gql file instead!
module.exports = `
##
#
# Intent <> Proposal indexes
#
# Enables traversing Intent links into related Proposal modules.
#
# @package vf-graphql
# @since 2020-02-12
#
##
type Intent {
publishedIn: [Proposal!]
}
`