UNPKG

@valueflows/vf-graphql

Version:

Reference GraphQL implementation of the ValueFlows spec

10 lines (7 loc) 163 B
// Generated by scripts/build.js - edit the *.gql file instead! module.exports = ` type Proposal { revision(revisionId: ID!): Proposal meta: RecordMeta! } `