UNPKG

@valueflows/vf-graphql

Version:

Reference GraphQL implementation of the ValueFlows spec

16 lines (11 loc) 239 B
// Generated by scripts/build.js - edit the *.gql file instead! module.exports = ` type Claim { revision(revisionId: ID!): Claim meta: RecordMeta! } type Settlement { revision(revisionId: ID!): Settlement meta: RecordMeta! } `