UNPKG

@valueflows/vf-graphql

Version:

Reference GraphQL implementation of the ValueFlows spec

36 lines (27 loc) 609 B
// Generated by scripts/build.js - edit the *.gql file instead! module.exports = ` type Revision { "The authoring \`Agent\` who created this revision." author: Agent } interface Agent { revision(revisionId: ID!): Agent meta: RecordMeta! } type Person { revision(revisionId: ID!): Person meta: RecordMeta! } type Organization { revision(revisionId: ID!): Organization meta: RecordMeta! } type AgentRelationship { revision(revisionId: ID!): AgentRelationship meta: RecordMeta! } type AgentRelationshipRole { revision(revisionId: ID!): AgentRelationshipRole meta: RecordMeta! } `